]> git.mxchange.org Git - mailer.git/blobdiff - inc/session.php
More rewrites from double- to single-quote
[mailer.git] / inc / session.php
index 3e3ec38bbaa51d417b28545bb9705098290efca9..1e156d17e7174a386df97f29b8425f89374dd8ea 100644 (file)
@@ -76,7 +76,7 @@ if (isSessionVariableSet('userid')) {
 } // END - if
 
 // Test session if index.php or modules.php is loaded
-if ((basename($_SERVER['PHP_SELF']) == "index.php") || (basename($_SERVER['PHP_SELF']) == "modules.php") || (isInstalling())) {
+if ((basename($_SERVER['PHP_SELF']) == 'index.php') || (basename($_SERVER['PHP_SELF']) == 'modules.php') || (isInstalling())) {
        if (count($_SESSION) > 0) {
                // Session variables accepted!
                define('__COOKIES', true);