Merge pull request #26 from zsxsoft/master

修复一个拼写错误
pull/296/head
warlee 2015-08-31 15:15:34 +08:00
commit 88ad610878
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
@set_time_limit(600);//10min pathInfoMuti,search,upload,download... @set_time_limit(600);//10min pathInfoMuti,search,upload,download...
@ini_set('session.cache_expire',600); @ini_set('session.cache_expire',600);
@ini_set("display_errors","on"); @ini_set("display_errors","on");
@error_reporting(E_ERROR|E_WARING|E_PARSE); @error_reporting(E_ERROR|E_WARNING|E_PARSE);
//error_reporting(E_ALL); //error_reporting(E_ALL);
function P($path){return str_replace('\\','/',$path);} function P($path){return str_replace('\\','/',$path);}