Converted all short tags to full tags
[aur-xilon.git] / web / html / hacker.php
blob3ca4b4af68007fa29be277d96efeeb642772666a
1 <?php
3 set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang');
5 include("hacker_po.inc");
6 include("aur.inc");
7 set_lang();
8 html_header();
10 print __("Your session id is invalid.");
11 print "<p>\n";
12 print __("If this problem persists, please contact the site administrator.");
13 print "</p>\n";
15 html_footer("\$Id: hacker.php 295 2006-08-08 00:59:10Z pjmattal $");
16 # vim: ts=2 sw=2 noet ft=php