I am working on a mod for my phpBB board and I am getting this and it's referring to this:
if(( $vcheck_login == TRUE )( isset($_POST['login']) || isset($_GET['login']) || isset($_POST['logout']) || isset($_GET['logout']) ) )
It's giving me this error:
Parse error: syntax error, unexpected '('
I don't see anything wrong, can anyone help?
-Thanks