summaryrefslogtreecommitdiffstats
path: root/web/html/timeout.php
diff options
context:
space:
mode:
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$");
+?>