Hello,
Thanks for the hack.
Any idea why I might be getting this error on line 76?
Code:
Parse error: parse error, expecting `']'' in /home/username/public_html/forums/changelanguage.php on line 76
Here is the code from line 75 to line 79. Is there anything missing or incorrect here?
Code:
if (($check_language == '') or ($check_language[
{
$url = "$vboptions[forumhome].php?$session[sessionurl]";
eval(print_standard_redirect('nochangelanguage'));
}
Thanks.