diff options
Diffstat (limited to 'web/html/logout.php')
-rw-r--r-- | web/html/logout.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/html/logout.php b/web/html/logout.php index 41dedc3..88a1e26 100644 --- a/web/html/logout.php +++ b/web/html/logout.php @@ -1,11 +1,10 @@ <?php -set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); +set_include_path(get_include_path() . PATH_SEPARATOR . '../lib'); include("aur.inc"); # access AUR common functions include_once("acctfuncs.inc"); # access AUR common functions -include("logout_po.inc"); # use some form of this for i18n support -set_lang(); # this sets up the visitor's language + # if they've got a cookie, log them out - need to do this before # sending any HTML output. |