summaryrefslogtreecommitdiffstats
path: root/web/html/hacker.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/hacker.php')
-rw-r--r--web/html/hacker.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/html/hacker.php b/web/html/hacker.php
new file mode 100644
index 00000000..5d518340
--- /dev/null
+++ b/web/html/hacker.php
@@ -0,0 +1,13 @@
+<?
+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("\$Id$");
+?>