mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
started working on the login
This commit is contained in:
parent
f478d7204f
commit
30aea4ec8c
6 changed files with 285 additions and 6 deletions
13
web/html/timeout.php
Normal file
13
web/html/timeout.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?
|
||||
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$");
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue