X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=agb.php;h=3302830217ec27d74238b7f82bf89443b005b406;hp=c9c2654fc8c2c8320478de57cdc57b307ef10c62;hb=b56eadb18a023f4d2d712e8936b4dc1ad31fd580;hpb=58b29a924c48e7c1ce38c435c92e541b53984c56 diff --git a/agb.php b/agb.php index c9c2654fc8..3302830217 100644 --- a/agb.php +++ b/agb.php @@ -45,7 +45,7 @@ $GLOBALS['module'] = "agb"; $CSS = -1; require ("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) +if (isBooleanConstantAndTrue('mxchange_installed')) { // Simply redirect... :-) LOAD_URL("modules.php?module=index&what=agb");