Debugging stuff
This commit is contained in:
parent
a1d9f87a4f
commit
054ac575e1
1 changed files with 4 additions and 1 deletions
|
@ -7,11 +7,14 @@ $vfs_files = [
|
|||
'./vendor/autoload.php',
|
||||
];
|
||||
|
||||
print_r(scandir());
|
||||
|
||||
foreach ($vfs_files as $vfs_file)
|
||||
{
|
||||
echo $vfs_file;
|
||||
if (file_exists($vfs_file))
|
||||
{
|
||||
echo $vfs_file;
|
||||
echo 'loaded';
|
||||
require_once $vfs_file;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue