修复一个拼写错误

pull/26/head
zsx 2015-08-29 20:24:48 +08:00
parent 5a28ef3fb5
commit a9a4dde698
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
@set_time_limit(600);//10min pathInfoMuti,search,upload,download...
@ini_set('session.cache_expire',600);
@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);
function P($path){return str_replace('\\','/',$path);}