More refactoring for static analysis

This commit is contained in:
Alex Cabal 2019-01-18 17:49:13 -06:00
parent 5939195955
commit ba53958596
9 changed files with 55 additions and 36 deletions

View file

@ -27,7 +27,7 @@ function vds($var){
spl_autoload_register(function($class){
try{
include_once($class . '.php');
include($class . '.php');
}
catch(\Exception $ex){
}