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