diff options
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 f6df8eab..00000000 --- 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); - -?> |