• [织梦吧]唯一域名:www.dedecms8.com,织梦DedeCMS学习平台.

当前位置: > CMS教程 > discuz教程 >

discuz2.5无法关闭“收藏本版”小对话框的解决方法

来源: www.dedecms8.com 编辑:织梦吧 时间:2013-02-04点击:

discuz2.5无法关闭“收藏本版”小对话框的解决方法



都是在官方站上测试的,修改文件 source/classs/discuz/discuz_application.php

$_GET['handlekey']= !empty($_GET['handlekey']) && ctype_alpha($_GET['handlekey']) ? $_GET['handlekey'] : '';  

代码替换为:

  $_GET['handlekey']= !empty($_GET['handlekey']) && preg_match('/^\w+$/', $_GET['handlekey']) ? $_GET['handlekey'] : '';
OK,这样就好了。

About D8

  • ©2014 织梦吧(d8) DedeCMS学习交流平台
  • 唯一网址 www.DedeCMS8.com 网站地图
  • 联系我们 1170734538@qq.com ,  QQ