Just a bit more...

This commit is contained in:
Joshua Sherman 2013-12-28 01:54:21 -05:00
parent 054ac575e1
commit fd157c23bc

View file

@ -7,7 +7,8 @@ $vfs_files = [
'./vendor/autoload.php',
];
print_r(scandir());
echo getcwd();
print_r(scandir(getcwd()));
foreach ($vfs_files as $vfs_file)
{