Cookie code removed, rewritten, internal URLs are now relative (see LOAD_URL()),...
[mailer.git] / index.php
index 9b98c0f1d381013fdffdb01abe0869d1131cd38a..312719aa9317d0ee3d0ccb217c6b5e11a5becbc0 100644 (file)
--- a/index.php
+++ b/index.php
@@ -59,10 +59,10 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
                // Is the index page configured for redirect pr not?
                if (getConfig('index_cookie') > 0) {
                        // Set cookie and remeber it for specified time
-                       set_session("visited", "true");
+                       set_session('visited', "true");
                } elseif (isSessionVariableSet('visited')) {
                        // Remove cookie when admin set 0 in setup
-                       set_session("visited", "");
+                       set_session('visited', "");
                }
 
                // Template laden