X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=show_bonus.php;h=45019b90f62f869f5f18aabb8397c099f5dd2f7c;hb=254afbdb1fa4699a98667bad4e792ad803a0d535;hp=6ac941f49fd1da50b97a583c7b1cf4ef9ee209bc;hpb=f01652b7b8efac92d97889e312402c4a845c2f14;p=mailer.git diff --git a/show_bonus.php b/show_bonus.php index 6ac941f49f..45019b90f6 100644 --- a/show_bonus.php +++ b/show_bonus.php @@ -46,7 +46,7 @@ $GLOBALS['module'] = "show_bonus"; $CSS = 0; require ("inc/config.php"); // List only rankings when script is installed -if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) +if (isBooleanConstantAndTrue('mxchange_installed')) { // Include header include(PATH."inc/header.php");