From fda99305aee1adbf8d57dc73b46565471fac4c4d Mon Sep 17 00:00:00 2001 From: Macil Tech Date: Fri, 18 Jan 2013 23:16:42 -0600 Subject: [PATCH] Global missing from mod_logout --- inc/mod/pages.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 6261d4af..7baaa3d9 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -64,6 +64,7 @@ function mod_confirm($request) { } function mod_logout() { + global $config; destroyCookies(); header('Location: ?/', true, $config['redirect_http']);