X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Flibs%2Fpayout_functions.php;h=95d03c0f6e1bcceb87e01c34eac833808250429b;hb=963e55ca1ea79e255f235e359cde9f7862191dc5;hp=8b8f8ba03d5debddd8a2eef6442e324dbda0fc57;hpb=89edd713e330fd16e8da1edeadfd5046296ff0d2;p=mailer.git diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index 8b8f8ba03d..95d03c0f6e 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -32,11 +32,11 @@ ************************************************************************/ // Some security stuff... -if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) -{ +if (!defined('__SECURITY')) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); } + // function PAYOUT_OUTPUT_PAYOUT_LIST($points) {