X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Freset%2Freset_yoomedia.php;h=9dcaf9989bc43ac24245c70be7581b682bb694f7;hb=48b997e125d13e5184281449feb9f4c8caf48e56;hp=e09c22e04465331bdb4e4094b3adc3d2efa3f9ca;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/reset/reset_yoomedia.php b/inc/reset/reset_yoomedia.php index e09c22e044..9dcaf9989b 100644 --- a/inc/reset/reset_yoomedia.php +++ b/inc/reset/reset_yoomedia.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('yoomedia')) { return; @@ -48,7 +48,7 @@ if (!defined('__SECURITY')) { if (($GLOBALS['output_mode'] == 1) || (!isResetModeEnabled())) return; // Simply reset the requests here -UPDATE_CONFIG("yoomedia_requests_remain", getConfig('yoomedia_requests_total')); +updateConfiguration('yoomedia_requests_remain', getConfig('yoomedia_requests_total')); // ?>