Hi,
when I set login request in false and then open my web page I recieve this error:
Notice: Undefined index: s_user in D:\wamp\www\.include\permissions.php on line 90
Can you help me to solve this issue?
Thanks and regards
**** SOLVED ****
add error_reporting(0); ion top in permissions.php and the error is not show :)
Log in to post a comment.
**** SOLVED ****
add
error_reporting(0); ion top in permissions.php and the error is not show :)
Thanks and regards