修改dede/catalog.add.php文件

85行 $toptypedir = GetPinyin(stripslashes($toptypename));
修改为 $toptypedir = GetPinyin(stripslashes($toptypename),1);

108 行 $typedir = $toptypedir.'/'.GetPinyin(stripslashes($v));
修改为 $typedir = $toptypedir.'/'.GetPinyin(stripslashes($v),1);

134行 $toptypedir = GetPinyin(stripslashes($toptypename));
修改为 $toptypedir = GetPinyin(stripslashes($toptypename),1);

187行 $typedir = GetPinyin(stripslashes($typename));
修改为 $typedir = GetPinyin(stripslashes($typename),1);

Editplus编辑器
查找: GetPinyin\(stripslashes\(\$\w+\)
替换: \0,1

最新文章

  1. Quick Cocos 旋转子弹的实现中我学到的
  2. Maven生命周期
  3. 再看 AspriseOCR - OCR应用开发 -20151124
  4. 关于多线程与CRITICAL_SECTION的使用
  5. 数据结构B树
  6. 深入学习PHP内核
  7. 小白日记16:kali渗透测试之弱点扫描-openvas、nessus
  8. SQLServer中使用索引视图(物化视图)
  9. Altium Designer 09 (Protel)总线使用方法(解决导入PCB无网络标号问题)
  10. VC实现将对话框最小化到系统托盘
  11. Maven之(三)Maven插件
  12. matlab里plot设置线形和颜色
  13. 带吸附效果的ViewPager(二)
  14. 一张图说明TCP和UCP协议
  15. [UWP 自定义控件]了解模板化控件(2):模仿ContentControl
  16. 安装PHP扩展32位与64位的误区(x86与x64的查看)
  17. L323 英语有必要学语法吗
  18. 20145313张雪纯MSF基础应用实验
  19. vue 之radio绑定v-model
  20. Executor框架(一)Executor框架介绍

热门文章

  1. NLP的比赛和数据集
  2. while语句及批量创建用户!
  3. SD-WAN基本介绍
  4. redhat 7.6 rpm ,yum ,编译安装
  5. Day1-B-CF-1144B
  6. SpringBoot项目中自定义注解的使用
  7. Py西游攻关之基础数据类型(五)-集合
  8. Node.js之EventEmiter
  9. 吴裕雄 Bootstrap 前端框架开发——Bootstrap 按钮:让按钮看起来像个链接 (仍然保留按钮行为)
  10. 吴裕雄 Bootstrap 前端框架开发——Bootstrap 按钮:用于要弹出信息的按钮