X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=show_bonus.php;h=61e8ce264adacd49e9992bea202fd7b667fbc612;hb=0abe254a699e33eb40d8a9bbddb469830cf4ad93;hp=8b81926921f028a66b44063ced92110740038de9;hpb=6c763653e88b9d10627e651ca59c7201d4b7d62b;p=mailer.git 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");