mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
More refactoring for static analysis
This commit is contained in:
parent
5939195955
commit
ba53958596
9 changed files with 55 additions and 36 deletions
|
@ -27,7 +27,7 @@ function vds($var){
|
|||
|
||||
spl_autoload_register(function($class){
|
||||
try{
|
||||
include_once($class . '.php');
|
||||
include($class . '.php');
|
||||
}
|
||||
catch(\Exception $ex){
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue