diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-12-17 13:22:38 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-17 13:22:38 -0500 |
commit | f2b1d0a9a233239ecf390f267bd92eec45808794 (patch) | |
tree | 66b8ba919e75c63b6ddeffd1b1f84c295be2f09e /web/html/timeout.php | |
parent | 73cd7667d4e813e0ec2c801cdc71d89a2ce18a2c (diff) | |
download | aurweb-f2b1d0a9a233239ecf390f267bd92eec45808794.tar.xz |
Remove obsolete timeout page.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/timeout.php')
-rw-r--r-- | web/html/timeout.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/web/html/timeout.php b/web/html/timeout.php deleted file mode 100644 index f6df8ea..0000000 --- a/web/html/timeout.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - -set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); - -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(AUR_VERSION); - -?> |