修改“ phpcms/modules/p_w_upload/p_w_uploads.php ”文件大约第50行
/判断是否登录
if(empty($this->userid)){
exit('0');
}
修改成:
/判断是否登录
if(empty($_POST['userid'])){
exit('0');
}
来源:www.siyione.com
转载于:https://blog.51cto.com/329661699/1562498
修改“ phpcms/modules/p_w_upload/p_w_uploads.php ”文件大约第50行
/判断是否登录
if(empty($this->userid)){
exit('0');
}
修改成:
/判断是否登录
if(empty($_POST['userid'])){
exit('0');
}
来源:www.siyione.com
转载于:https://blog.51cto.com/329661699/1562498