]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-logout.php
More rewrites from double- to single-quote
[mailer.git] / inc / modules / member / what-logout.php
index 7571378573ccbc53e0b690f3ad7bb6055e6e88bd..dd905f4329f77902645faae1c7b04ef3037c6e04 100644 (file)
 
 // 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');