第一种:
将phpcms\modules\admin\index.php中
方法public_main()中的代码
system_information($data);
改成:
echo "$data<script type=\"text/javascript\">$(\"#main_frameid\").removeClass(\"display\");</script>";
第二种:
方法非常简单,只要找到文件: phpcms/libs/classes/update.class.php 文件,修改第50行的代码(大概位置):
function notice() {
return $this->url('notice');
}
修改为:
function notice() {
}
保存后,上传文件覆盖就可以了。
评论前必须登录!
注册