summaryrefslogtreecommitdiffstats
path: root/web/html/hacker.php
blob: 894cc28ec2012e90d8320d6aa189b343d43865fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?
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$");
# vim: ts=2 sw=2 noet ft=php
?>