Global missing from mod_logout

This commit is contained in:
Macil Tech 2013-01-18 23:16:42 -06:00
parent 9007640e88
commit fda99305ae

View File

@ -64,6 +64,7 @@ function mod_confirm($request) {
}
function mod_logout() {
global $config;
destroyCookies();
header('Location: ?/', true, $config['redirect_http']);