378:
379: if (!function_exists('Redirect')) {
380: function Redirect($Destination) {
381: @ob_end_clean();
382: header("location: ".Url($Destination));
383: // Close any db connections before exit
384: $Database = Gdn::Database();
385: $Database->CloseConnection();
386: // Exit
[/PAUL-WWW/tivocentral/vanilla/library/core/functions.error.php:124] PHP::include();
[/PAUL-WWW/tivocentral/vanilla/library/core/functions.error.php:124] PHP::ErrorHandler();
[/PAUL-WWW/tivocentral/vanilla/library/core/functions.general.php:382] PHP::header();
[/PAUL-WWW/tivocentral/vanilla/applications/garden/controllers/entry.php:109] PHP::Redirect();
[/PAUL-WWW/tivocentral/vanilla/library/core/class.dispatcher.php:218] EntryController->Handshake();
[/PAUL-WWW/tivocentral/vanilla/index.php:48] Gdn_Dispatcher->Dispatch();
[Destination] 'http://tivocentral.co.nz/login/?redirect_to=http%3A%2F%2Ftivocentral.co.nz%2Fvanilla%2Fentry%2Fhandshake%2F%3FTarget%3Ddiscussions'
If you are a user of this website, you can report this message to a website administrator.
If you are an administrator of this website, you can get help at the Lussumo Community Forums.