Minnor changes

This commit is contained in:
JonatanRek 2020-04-21 14:54:35 +02:00
parent bc9e9e16e7
commit 06fdc71ca2
1 changed files with 0 additions and 1 deletions

View File

@ -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;