Its actually within a product/plugin I have made for myself to make things easier and allowing me some additional options rather then touching the templates and so is used globally as its implimented into the headincludes template
I have:
PHP Code:
<if condition="$show['guest']">
<if condition="THIS_SCRIPT != 'register'">
<meta HTTP-EQUIV="REFRESH" content="$vboptions[redir_time]; url=$vboptions[bburl]/register.php">
</if></if>
The options can be changed from admincp and I could just up the time to 2 mins but I don't really want to, I would prefer that the line of code is not implimented when its a register page.
btw could I clean the code up like this ?
PHP Code:
<if condition="$show['guest'] AND THIS_SCRIPT != 'register'">