aurweb/web/html/timeout.php
2004-06-19 20:19:42 +00:00

13 lines
253 B
PHP

<?
include("timeout_po.inc");
include("aur.inc");
set_lang();
html_header();
print __("Your session has timed out. You must log in again.");
print "<p>\n";
print __("Click on the Home link above to log in.");
print "</p>\n";
html_footer("\$Id$");
?>