Quote:
Originally Posted by nexialys
please edit this, a if else if is not really appropriate... just change the first one:
PHP Code:
if (in_array(THIS_SCRIPT, $badScripts) OR ($session['location'] != WOLPATH))
|
how about this instead:
PHP Code:
if ($session['location'] != WOLPATH || THIS_SCRIPT == 'misc' || THIS_SCRIPT == 'online')
note: been up 3 days straight almost giving support and workin on stuff, give me a break :tired: