精華 帝國PHP系統CMS有移動端同步生成插件的,同步刪除手機文件的方法
<p>在安裝有帝國php系統移動端同步插件在后臺刪除信息后手機端其實并沒有同步刪除,現在我們通過修改系統默認文件來實現這個功能。</p>
在沒修改前需要手工去手機端目錄去刪除文件,現在終于有方法解決了這個問題,代碼如下:
找到文件件e/class/functions.php,查找"function DelNewsFile",找到函數DelNewsFile,把開頭和結尾中間部分替換成以下代碼:
function?DelNewsFile($filename,$newspath,$classid,$newstext,$groupid=0){
global?$class_r,$addgethtmlpath,$mob_r;
include_once?ECMS_PATH."e/dongpo/mob/config.php";?//文件類型
if($groupid)
{
$filetype=".php";
}
else
{
$filetype=$class_r[$classid][filetype];
}
//是否有日期目錄
if(empty($newspath))
{
$mynewspath="";
}
else
{
$mynewspath=$newspath."/";
}
$iclasspath=ReturnSaveInfoPath($classid,$id);
$r=explode("