我的知识记录

请问帝国CMS安装有移动端同步生成插件的同步删除手机文件方法

  1. 找到文件 e/class/functions.php,查找 function DelNewsFile
  2. 替换函数内容
    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);          // 删除手机端文件     $mob_filepath = $mob_r['path'] . $mynewspath . $filename . $filetype;     if (file_exists($mob_filepath)) {         unlink($mob_filepath);     } }

     

标签:帝国同步错误-帝国同步生成插件-同步com-同步bn-同步吗?-

更新时间:2025-04-11 00:37:19

上一篇:请问帝国CMS更改域名修改栏目目录后信息地址中的域名不变解决方法

下一篇:请问将网站源代码修改,高效管理和更新网站源代码