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/template.php | |
parent | 30aea4ec8cfee1ffc8786955ecb012ef73a68b73 (diff) | |
download | aur-84e15d0463726fe03b0cdb5a690621330034e737.tar.gz aur-84e15d0463726fe03b0cdb5a690621330034e737.tar.xz |
finished the login/logout/session stuff
Diffstat (limited to 'web/html/template.php')
-rw-r--r-- | web/html/template.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/template.php b/web/html/template.php index a61ba6fc..9ae001e4 100644 --- a/web/html/template.php +++ b/web/html/template.php @@ -2,6 +2,7 @@ include("aur.inc"); # access AUR common functions include("template_po.inc"); # use some form of this for i18n support set_lang(); # this sets up the visitor's language +check_sid(); # see if they're still logged in html_header(); # print out the HTML header |