i need immediately help guys, i couldnt login to my site, pls help with this parse error
Parse error: syntax error, unexpected '}' in /home/mysite/public_html/mysite/forum/login.php on line 196
here is the install command:
#
#-----[ OPEN ]------------------------------------------
#
login.php
#
#-----[ FIND ]------------------------------------------
#
if( !$userdata['session_logged_in'] || (isset($HTTP_GET_VARS['admin'])
#
#-----[ IN-LINE FIND ]------------------------------------------
#
&& $userdata['user_level'] == ADMIN
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
&& ($userdata['user_level'] == ADMIN || in_array($userdata['user_level'], explode(',', $board_config['modcp_levels_used'])))
this is the original login.php file
unedited.txt
and this is my edit login.php file
edited.txt
i really need help. i keep getting the same error
thanks