X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_payouts.php;h=79b6f1c6cc796a5c7209c6d541a0a35845269bf6;hb=2f0357c7ac9da6c17d361b8e7cb0b1ad09eb85f6;hp=337f76dbf7f24a908ee21c884a02551b99d495da;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/modules/admin/what-config_payouts.php b/inc/modules/admin/what-config_payouts.php index 337f76dbf7..79b6f1c6cc 100644 --- a/inc/modules/admin/what-config_payouts.php +++ b/inc/modules/admin/what-config_payouts.php @@ -38,7 +38,7 @@ // Some security stuff... if ((!defined('__SECURITY')) || (!IS_ADMIN())) { - $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); } @@ -133,7 +133,7 @@ WHERE id='".$id."' LIMIT 1", 'title' => COMPILE_CODE($title), 'rate' => TRANSLATE_COMMA($rate), 'mpoi' => TRANSLATE_COMMA($mpoi), - 'allow' => ADD_SELECTION("yn", $allow, "allow[".$id."]"), + 'allow' => ADD_SELECTION('yn', $allow, "allow[".$id."]"), ); // Load row template and switch color