First of all, this question comes from this post
http://hi.baidu.com/fire_love_live/item/247276cfda421217b67a24c7
It should be noted that it is not the 15 places that need to be modified,
It is recommended not to change the one about the incorrect login password
At about line 557
Copy the code The code is as follows:
$this->nowredirect('failed' ,base64_encode(str_replace(array('+','/','='),array('_',',','~'),$_POST['ref_url'])),__('Username Or the password is wrong, please re-enter'),$_POST['from_minipassport']);
It is not recommended to change the above nowredirect to splash
http://www.bkjia.com/PHPjc/326659.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/326659.htmlTechArticleFirst of all, this question comes from this post http://hi.baidu.com/fire_love_live/item/247276cfda421217b67a24c7 Needs explanation The thing is, there are not 15 places that need to be modified, including the one about the wrong login password...