X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=95d03c0f6e1bcceb87e01c34eac833808250429b;hp=8b8f8ba03d5debddd8a2eef6442e324dbda0fc57;hb=963e55ca1ea79e255f235e359cde9f7862191dc5;hpb=60494e212a67fe360bfbb481eb4928480a6f379b 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) {