X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=show_bonus.php;h=61e8ce264adacd49e9992bea202fd7b667fbc612;hp=8b81926921f028a66b44063ced92110740038de9;hb=a17a898cb487fbc80e580d0b7e51f92327f2ea21;hpb=6c763653e88b9d10627e651ca59c7201d4b7d62b diff --git a/show_bonus.php b/show_bonus.php index 8b81926921..61e8ce264a 100644 --- a/show_bonus.php +++ b/show_bonus.php @@ -127,7 +127,7 @@ LIMIT 1", define('__BONUS_FOOTER', LOAD_TEMPLATE("show_bonus_footer", true)); // Total ranks who can win - define('__BONUS_TOTAL_RANKS', $_CONFIG['bonus_ranks']); + define('__BONUS_TOTAL_RANKS', getConfig('bonus_ranks')); // Load final template LOAD_TEMPLATE("show_bonus");