X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=show_bonus.php;h=db429a70247b7421e03f522d2eb627c862710eec;hb=5f5a73c72457ea761906640dc3d29749301102f9;hp=5773cf1b7de7f05cee4e5cd6fb904d93ec65a81c;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0;p=mailer.git diff --git a/show_bonus.php b/show_bonus.php index 5773cf1b7d..db429a7024 100644 --- a/show_bonus.php +++ b/show_bonus.php @@ -50,7 +50,7 @@ require("inc/config.php"); REDIRECT_ON_UNINSTALLED_EXTENSION("bonus"); // List only rankings when script is installed -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // Include header LOAD_INC("inc/header.php");