Codeception

This commit is contained in:
paolo
2016-04-27 11:46:29 +02:00
parent 932d48d95b
commit 51774021b4
5 changed files with 107 additions and 139 deletions
-3
View File
@@ -511,9 +511,6 @@ $config['proxy_ips'] = '';
| It's working, so don't delete this :D
*/
spl_autoload_register(function ($class) {
error_log("__autoload");
if (substr($class,0,3) !== 'CI_' && substr($class,0,4) !== 'FHC_')
{
if (file_exists($file = APPPATH . 'core/' . $class . '.php'))