Commit 6a64cb4a authored by wwccw0591's avatar wwccw0591

pc

parent 01bee8d1
...@@ -15,6 +15,5 @@ if(APP_ENV=='test' || APP_ENV=='pre' ||APP_ENV=='ccwdevelop' || APP_ENV=='produc ...@@ -15,6 +15,5 @@ if(APP_ENV=='test' || APP_ENV=='pre' ||APP_ENV=='ccwdevelop' || APP_ENV=='produc
error_reporting(0); error_reporting(0);
} }
} }
error_reporting(E_ALL);
$app = new \Yaf\Application(APPLICATION_PATH . "/conf/application.ini", APP_ENV); $app = new \Yaf\Application(APPLICATION_PATH . "/conf/application.ini", APP_ENV);
$app->bootstrap()->run(); $app->bootstrap()->run();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment