3 set_include_path(get_include_path() . PATH_SEPARATOR
. '../lib' . PATH_SEPARATOR
. '../lang');
5 include("hacker_po.inc");
10 print __("Your session id is invalid.");
12 print __("If this problem persists, please contact the site administrator.");
15 html_footer("\$Id: hacker.php 295 2006-08-08 00:59:10Z pjmattal $");
16 # vim: ts=2 sw=2 noet ft=php