Quote:
Originally Posted by cmmguy
That is exactly how it is entered... the full url.
When i test it, it sends me to the standard error message that you created.
|
Small bug found, in the XML file, find:
PHP Code:
$vbulletin->url = $vbulletin->options['prevent_tz_reg_redirurl'];
Replace With:
PHP Code:
$vbulletin->url = $vbulletin->options['prevent_tz_reg_redirect'];
Fixed in next release.