finished the login/logout/session stuff

This commit is contained in:
eric 2004-06-20 23:26:28 +00:00
parent 30aea4ec8c
commit 84e15d0463
14 changed files with 165 additions and 57 deletions

13
web/html/hacker.php Normal file
View file

@ -0,0 +1,13 @@
<?
include("hacker_po.inc");
include("aur.inc");
set_lang();
html_header();
print __("Your session id is invalid.");
print "<p>\n";
print __("If this problem persists, please contact the site administrator.");
print "</p>\n";
html_footer("\$Id$");
?>