Why does it always show wrong password?
晴天
晴天 2021-10-11 16:23:04
0
3
893

if(MD5($admin['username'].$pwd) != $admin['password']){ exit(json_encode(array('code'=>1,'msg'=>' wrong password'))); }

晴天
晴天

reply all(1)
逆旅行人

First check if $admin['username'].$pwd is passed in correctly, then print them out separately and compare them manually

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template