diff options
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$"); +?> |