Minnor changes
This commit is contained in:
parent
bc9e9e16e7
commit
06fdc71ca2
@ -20,7 +20,6 @@ Class Autoloader {
|
||||
|
||||
foreach ($files as $key => $file) {
|
||||
if (strtolower($file->getFilename()) === strtolower($filename) && $file->isReadable()) {
|
||||
echo $file->getPathname();
|
||||
|
||||
include_once $file->getPathname();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user