diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-12-17 19:15:21 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-17 19:15:21 +0100 |
commit | 73cd7667d4e813e0ec2c801cdc71d89a2ce18a2c (patch) | |
tree | 10cfb8eac15a5b1ff6e90513740aed32687aa262 /web/html | |
parent | e94fdc7b42cc60f7aa562b920f796bb50dfa68f3 (diff) | |
download | aur-73cd7667d4e813e0ec2c801cdc71d89a2ce18a2c.tar.gz aur-73cd7667d4e813e0ec2c801cdc71d89a2ce18a2c.tar.xz |
Remove obsolete 'hacker' page.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html')
-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 5087c292..00000000 --- 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); - -?> |