X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fstylesheet.php;h=edebd693fc049fa65e7de754849e9a217f4c9475;hp=10341b96e8652fcb0e7832a3922b69beca7866dd;hb=e6e3183f794b385f5acc38b371c220cc35cdac38;hpb=3dd2b31507cac203652d225f75967d1c600b5381 diff --git a/inc/stylesheet.php b/inc/stylesheet.php index 10341b96e8..edebd693fc 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -43,7 +43,7 @@ $STYLES = array( ); // Add stylesheet for installation -if ((basename($_SERVER['PHP_SELF']) == "install.php") || (!isBooleanConstantAndTrue('mxchange_installed')) || (isset($_GET['installing']))) $STYLES[] = "install.css"; +if ((basename($_SERVER['PHP_SELF']) == "install.php") || (!defined('mxchange_installed')) || (isset($_GET['installing']))) $STYLES[] = "install.css"; // When no CSS output-mode is set, set it to file-output if (empty($_CONFIG['css_php'])) $_CONFIG['css_php'] = "FILE";