CMS问答错误提示 ----------Deprecated: Function set_magic_quotes_runtime() is deprecated in D:\wwwroot\xianfanet\wwwroot\ask\include\common.inc.php on line 15

//
  
set_magic_quotes_runtime(0); 
  
//替代成 
  
ini_set("magic_quotes_runtime",0);

posted @ 2017-05-03 11:54  LZG886  阅读(638)  评论(0编辑  收藏  举报