include ("google-ads.php"); // start the session before destroying it session_start(); header("Cache-control: private"); //IE 6 Fix if($_SESSION['AcctID']) // If we are already logged in, there must be a session { $AcctID = $_SESSION['AcctID']; include ("db_utils.php"); db_connectAndSetNull("MathAcct", "SessId", "AcctId", $AcctID); } else $AcctID = -99; // Now destroy the session session_unset(); session_destroy(); include ("menu_utils.php"); include ("lang-bottom-links.php"); ?>
| ShowMenuBar('login'); ?> |
|