baby steps

This commit is contained in:
eric 2004-07-02 12:47:16 +00:00
parent 2358929978
commit ae26c9ce2a
6 changed files with 123 additions and 45 deletions

View file

@ -12,6 +12,7 @@ if (isset($_COOKIE["AURSID"])) {
$dbh = db_connect();
db_query($q, $dbh);
setcookie("AURSID", "", time() - (60*60*24*30), "/");
setcookie("AURLANG", "", time() - (60*60*24*30), "/");
}
html_header(); # print out the HTML header