Dede自由列表不使用目录默认主页的问题
发布时间:2020-12-14 04:00:40 所属栏目:Dedecms 来源:网络整理
导读:打开这个文件 makehtml_freelist_action.php ? 83行: ? Copy to ClipboardLiehuo.Net Codes引用的内容:[www.jb51.cc] $dsql-ExecuteNoneQuery("Update `dede_freelist` set nodefault='1' where aid='$startid';"); 把上面的1改成0就好了 ? Copy to Clipbo
打开这个文件 makehtml_freelist_action.php
?
83行:
?
Copy to ClipboardLiehuo.Net Codes引用的内容:[www.52php.cn]
$dsql->ExecuteNoneQuery("Update `dede_freelist` set nodefault='1' where aid='$startid';");
把上面的1改成0就好了
?
Copy to ClipboardLiehuo.Net Codes引用的内容:[www.52php.cn]
$dsql->ExecuteNoneQuery("Update `dede_freelist` set nodefault='0' where aid='$startid';");
问题解决 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |