X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=eab3ad8fc0c8196c12570a9c7cb957920738f540;hb=5f8c1a333627cd0145f778a6eebdb251f5bb40b6;hp=5122ee6140aa9546e383f510e2d66544dcf57f0a;hpb=5ef6ed7373ae85e5635e39e2a0adf9496a8add05;p=mailer.git diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index 5122ee6140..eab3ad8fc0 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -32,36 +32,36 @@ ************************************************************************/ // 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) +function PAYOUT_OUTPUT_PAYOUT_LIST($points) { // Replace german decimal comma with CPU's decimal dot - $POINTS = strval(str_replace(",", ".", $POINTS)); - if ($POINTS > 0) + $points = strval(REVERT_COMMA($points)); + if ($points > 0) { // Pay this out! $result = SQL_QUERY_ESC("SELECT id, type, rate, min_points FROM "._MYSQL_PREFIX."_payout_types WHERE %s >= min_points -ORDER BY type", array($POINTS), __FILE__, __LINE__); +ORDER BY type", array($points), __FILE__, __LINE__); if (SQL_NUMROWS($result) > 0) { - OUTPUT_HTML("
-
".PAYOUT_NOW.":

+ OUTPUT_HTML("
+
".PAYOUT_NOW.":