diff options
author | eric <eric> | 2004-06-21 01:26:28 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-21 01:26:28 +0200 |
commit | 84e15d0463726fe03b0cdb5a690621330034e737 (patch) | |
tree | fee94fa1046bfe56095cc4a35b06b033de9ee589 /web/html/hacker.php | |
parent | 30aea4ec8cfee1ffc8786955ecb012ef73a68b73 (diff) | |
download | aur-84e15d0463726fe03b0cdb5a690621330034e737.tar.gz aur-84e15d0463726fe03b0cdb5a690621330034e737.tar.xz |
finished the login/logout/session stuff
Diffstat (limited to 'web/html/hacker.php')
-rw-r--r-- | web/html/hacker.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/html/hacker.php b/web/html/hacker.php new file mode 100644 index 00000000..5d518340 --- /dev/null +++ b/web/html/hacker.php @@ -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$"); +?> |