Nope, that doesn't seem to work. Good idea though.
--------------- Added [DATE]1232598644[/DATE] at [TIME]1232598644[/TIME] ---------------
Quote:
Originally Posted by FRDS
I'm not sure if thats the exact syntax for everyhting but it should be pretty close
|
Hmmm, was pretty close. I ended up using this instead as my plugin.
PHP Code:
if(strpos($_SERVER['HTTP_REFERER'],'logout') > 0) {
$vbulletin->url = 'http://'.$_SERVER['HTTP_HOST'];
}