]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_
Nickname login should work now
[mailer.git] / inc / monthly / monthly_
index f86562c6df7669fd61fe564e4039840893924ad7..4b38382eec3cb7bb5eab32404871c27655fcec02 100644 (file)
 if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
-} elseif (!EXT_IS_ACTIVE("")) {
+} elseif (!EXT_IS_ACTIVE('')) {
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE);
        return;
 }
 
 // Do not execute when script is in CSS mode or no daily reset
-if (($CSS == 1) || (isResetModeEnabled())) return;
+if ((getOutputMode() == 1) || (isResetModeEnabled())) return;
 
 //
 ?>