将dede/config.php中的下面代码:
//检验用户登录状态 $cuserLogin = new userLogin(); if($cuserLogin->getUserID()==-1) { header("location:login.php?gotopage=".urlencode($dedeNowurl)); exit(); }
修改为:
然后火车头发布模块修改为
article_add.php?my_u=你后台用户名&my_p=你后台密码