]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_home.php
Documentation updated
[mailer.git] / inc / modules / admin / what-config_home.php
index 36e63c71b516eb34965375d4a022ba0b936c2e84..df9f65ae4acba36708e14e192e64cf3b850d13eb 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
-       $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);
 }
 
@@ -59,7 +59,7 @@ case "settings": // Settings related to the index page
        } else {
                // Prepare data for the template
                $content = array_fill(-1, 60, '');
-               $content[getConfig('index_delay')] = " selected=\"selected\"";
+               $content[getConfig('index_delay')] = ' selected="selected"';
 
                define('__INDEX_COOKIE_SELECTION', CREATE_TIME_SELECTIONS(getConfig('index_cookie'), "index_cookie", "YMWD"));
                LOAD_TEMPLATE("admin_config_home_settings", false, $content);