X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmonthly%2Fmonthly_surfbar.php;h=353bf62d3ede8b957c1f76727ec5bf3a58cbec45;hb=cefaabcb0dd3c10223543ba8170bf8f700bf6ec9;hp=e7f52fdb313f8f8aa55af2ee3f4c0b9522912809;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/monthly/monthly_surfbar.php b/inc/monthly/monthly_surfbar.php index e7f52fdb31..353bf62d3e 100644 --- a/inc/monthly/monthly_surfbar.php +++ b/inc/monthly/monthly_surfbar.php @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $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); } elseif (!EXT_IS_ACTIVE('surfbar')) { return; @@ -49,7 +49,7 @@ if (($GLOBALS['output_mode'] == 1) || (!isResetModeEnabled())) return; //* DEBUG: */ echo basename(__FILE__)."
\n"; // Reset surfbar counter -UPDATE_CONFIG("surfbar_monthly_counter", "0"); +updateConfiguration('surfbar_monthly_counter', '0'); // ?>