1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-17 11:28:41 +01:00

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() { function mod_logout() {
global $config;
destroyCookies(); destroyCookies();
header('Location: ?/', true, $config['redirect_http']); header('Location: ?/', true, $config['redirect_http']);