psychoticwolf%carolina.rr.com 4689a8f1aa Initial Landing of update-beta code. Bug 260157. Initial Landing of Developer CP. Bug 254925.
git-svn-id: svn://10.0.0.236/trunk@163307 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 18:35:28 +00:00

10 lines
190 B
PHP
Executable File

<?php
require"core/sessionconfig.php";
session_unset();
session_destroy();
$return_path="developers/index.php?logout=true";
header("Location: http://$_SERVER[HTTP_HOST]/$return_path");
?>