X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=agb.php;h=a98ef75758ebb1f1488f5ba1fec0ed40190778b5;hb=5deec33be1baf2135eefc2bbb0d1b63c6cbd2f9a;hp=adf6172c29460f86ac47541d73083c8eace89142;hpb=d016e24dd4686f613a17733b96bc28fac936a4ac;p=mailer.git diff --git a/agb.php b/agb.php index adf6172c29..a98ef75758 100644 --- a/agb.php +++ b/agb.php @@ -46,7 +46,7 @@ $GLOBALS['output_mode'] = -1; require("inc/config.php"); // Is the script installed? -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // Simply redirect... :-) LOAD_URL("modules.php?module=index&what=agb"); } else {