started working on the login

This commit is contained in:
eric 2004-06-19 20:19:42 +00:00
parent f478d7204f
commit 30aea4ec8c
6 changed files with 285 additions and 6 deletions

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

@ -0,0 +1,13 @@
<?
include("timeout_po.inc");
include("aur.inc");
set_lang();
html_header();
print __("Your session has timed out. You must log in again.");
print "<p>\n";
print __("Click on the Home link above to log in.");
print "</p>\n";
html_footer("\$Id$");
?>