diff options
author | eric <eric> | 2004-06-19 20:19:42 +0000 |
---|---|---|
committer | eric <eric> | 2004-06-19 20:19:42 +0000 |
commit | 30aea4ec8cfee1ffc8786955ecb012ef73a68b73 (patch) | |
tree | d4eacdc75f16fc8d9c5080325ee6fecda36a9366 /web/html/timeout.php | |
parent | f478d7204f23cbf23d7149cd8694a3e74211ae9f (diff) |
started working on the login
Diffstat (limited to 'web/html/timeout.php')
-rw-r--r-- | web/html/timeout.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/html/timeout.php b/web/html/timeout.php new file mode 100644 index 0000000..6a543c5 --- /dev/null +++ b/web/html/timeout.php @@ -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$"); +?> |