summaryrefslogtreecommitdiffstats
path: root/web/html/timeout.php
diff options
context:
space:
mode:
authoreric <eric>2004-06-19 22:19:42 +0200
committereric <eric>2004-06-19 22:19:42 +0200
commit30aea4ec8cfee1ffc8786955ecb012ef73a68b73 (patch)
treed4eacdc75f16fc8d9c5080325ee6fecda36a9366 /web/html/timeout.php
parentf478d7204f23cbf23d7149cd8694a3e74211ae9f (diff)
downloadaur-30aea4ec8cfee1ffc8786955ecb012ef73a68b73.tar.gz
aur-30aea4ec8cfee1ffc8786955ecb012ef73a68b73.tar.xz
started working on the login
Diffstat (limited to 'web/html/timeout.php')
-rw-r--r--web/html/timeout.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/html/timeout.php b/web/html/timeout.php
new file mode 100644
index 00000000..6a543c52
--- /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$");
+?>