X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-logout.php;h=dd905f4329f77902645faae1c7b04ef3037c6e04;hb=6e008d188bf9c7f8d4edc2a8799c61940eee48e7;hp=7571378573ccbc53e0b690f3ad7bb6055e6e88bd;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594;p=mailer.git diff --git a/inc/modules/member/what-logout.php b/inc/modules/member/what-logout.php index 7571378573..dd905f4329 100644 --- a/inc/modules/member/what-logout.php +++ b/inc/modules/member/what-logout.php @@ -38,18 +38,18 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } elseif (!IS_MEMBER()) { - LOAD_URL("modules.php?module=index"); + LOAD_URL('modules.php?module=index'); } // Base URL for redirection (both cases) -$URL = "modules.php?module=index&msg="; +$URL = 'modules.php?module=index&msg='; if (destroy_user_session()) { // Remove theme cookie as well - set_session("mxchange_theme", ""); + set_session('mxchange_theme', ''); // Logout completed $URL .= getCode('LOGOUT_DONE');