Commit 13b2f3b2 authored by chenchuanwen's avatar chenchuanwen

abc

parent ea76535e
...@@ -4,7 +4,7 @@ mb_internal_encoding("UTF-8"); ...@@ -4,7 +4,7 @@ mb_internal_encoding("UTF-8");
define("TIMESTAMP",time()); define("TIMESTAMP",time());
define("APPLICATION_PATH", realpath(dirname(__FILE__) . '/../')); define("APPLICATION_PATH", realpath(dirname(__FILE__) . '/../'));
define("APP_ENV",ini_get('yaf.environ')); define("APP_ENV",ini_get('yaf.environ'));
file_put_contents('test.txt',APP_ENV); file_put_contents('test.txt','ab'.$_POST['data']['debug'].'abc');
if(APP_ENV=='develop'){ if(APP_ENV=='develop'){
// error_reporting(E_ALL); // error_reporting(E_ALL);
} }
......
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