]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
Script rewritten to setConfigEntry(), getConfig() and incrementConfigEntry()
[mailer.git] / inc / stylesheet.php
index 4840655c2645ff9e6bb4bfa46ffaedf4b8ed67b9..5c56b5632070c09f748812e1dfbf7400a6bb4b53 100644 (file)
@@ -46,7 +46,7 @@ $STYLES = array(
 if ((basename($_SERVER['PHP_SELF']) == "install.php") || (!isBooleanConstantAndTrue('mxchange_installed')) || (isset($_GET['installing']))) $STYLES[] = "install.css";
 
 // When no CSS output-mode is set, set it to file-output
-if (getConfig('css_php') == "") $_CONFIG['css_php'] = "FILE";
+if (getConfig('css_php') == null) setConfigEntry('css_php', "FILE");
 
 // Output CSS files or content or link to css.php ?
 if (($CSS == "1") || (getConfig('css_php') == "DIRECT")) {