PHP Code:
var myvar = "";
var timeout = 20;
exec_refresh();
//-->
Find that piece of code and replace it with this:
PHP Code:
var myvar = "";
var timeout = 100;
exec_refresh();
//-->
If you would like it so it doesn't automatically redirect then you can do this:
Find:
PHP Code:
var myvar = "";
var timeout = 20;
exec_refresh();
//-->
Replace With:
PHP Code:
var myvar = "";
var timeout = 10000;
exec_refresh();
//-->
Find:
PHP Code:
<p class="smallfont"><a href="$url">$vbphrase[click_if_browser_does_not_redirect]</a></p>
Replace With:
PHP Code:
<p class="smallfont"><a href="$url">Click here to continue to the page you requested</a></p>