login
This question already has an answer here:
You have a typo in if statement ('=' instead of '=='), so the normal.php page is redirected to the admin and the admin.php is redirected back = redirect loop.
Correct this:
if ($userRow['userEmail'] == "adminemail") ....
链接地址: http://www.djcxy.com/p/58478.html
上一篇: 帮助重构这个令人讨厌的Ruby if / else语句
下一篇: 登录