mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
finished the login/logout/session stuff
This commit is contained in:
parent
30aea4ec8c
commit
84e15d0463
14 changed files with 165 additions and 57 deletions
13
web/html/hacker.php
Normal file
13
web/html/hacker.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?
|
||||
include("hacker_po.inc");
|
||||
include("aur.inc");
|
||||
set_lang();
|
||||
html_header();
|
||||
|
||||
print __("Your session id is invalid.");
|
||||
print "<p>\n";
|
||||
print __("If this problem persists, please contact the site administrator.");
|
||||
print "</p>\n";
|
||||
|
||||
html_footer("\$Id$");
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue