diff options
Diffstat (limited to 'web/html/hacker.php')
-rw-r--r-- | web/html/hacker.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/web/html/hacker.php b/web/html/hacker.php deleted file mode 100644 index 5087c29..0000000 --- a/web/html/hacker.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - -set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); - -include("hacker_po.inc"); -include("aur.inc"); -set_lang(); -html_header(); - -print __("Your session id is invalid."); -print "<p>\n"; -print __("If this problem persists, please contact the site administrator."); -print "</p>\n"; - -html_footer(AUR_VERSION); - -?> |