Joomla_1.5.3升级1.5.5补丁
http://www.maycode.com/index.php/docman/doc_download/186-joomla153155.html
或将 components/com_user/models/reset.php中加入如下对token的判断
if(strlen($token) != 32) {
$this->setError(JText::_('INVALID_TOKEN'));
return false;
}
本文提供了 Joomla 从 1.5.3 版本升级到 1.5.5 的官方链接,并附带了针对 components/com_user/models/reset.php 文件中 token 验证的代码示例。
Joomla_1.5.3升级1.5.5补丁
http://www.maycode.com/index.php/docman/doc_download/186-joomla153155.html
或将 components/com_user/models/reset.php中加入如下对token的判断
if(strlen($token) != 32) {
$this->setError(JText::_('INVALID_TOKEN'));
return false;
}
579
1万+
4133

被折叠的 条评论
为什么被折叠?