国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Entering the correct password still shows the wrong password
我愛Java
我愛Java 2018-02-19 20:46:34
0
4
1787

This is the code

if(md5($admin['username'].$pwd) != $admin['password'])

{

exit(json_encode(array('code' => 1,'msg' => 'Wrong password')));

}

After commenting, the login was successful


我愛Java
我愛Java

reply all(4)
Ayu_

How to change

?

How to solve it in the end


小明同學(xué)ROCK

The encrypted content may be inconsistent with the content or number of digits of the password saved in the database.

豬哥

Compare two values

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