Fixed XSS in login error messages. Resolves FS 7901.
[aur-xilon.git] / web / html / timeout.php
blob3e5f75d67e412ef3923c665721750be4db491cb8
1 <?
3 set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang');
5 include("timeout_po.inc");
6 include("aur.inc");
7 set_lang();
8 html_header();
10 print __("Your session has timed out. You must log in again.");
11 print "<p>\n";
12 print __("Click on the Home link above to log in.");
13 print "</p>\n";
15 html_footer("\$Id: timeout.php 295 2006-08-08 00:59:10Z pjmattal $");
16 # vim: ts=2 sw=2 noet ft=php