X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=agb.php;h=7f020fcd608852c8f032b901ef4e9c05149e1eea;hp=a321428bc3cdb7dc8d9514cd6763348c3229be97;hb=765cb0ae4b3c13bb213ac1fc6a5373ddbe6eeac9;hpb=60494e212a67fe360bfbb481eb4928480a6f379b diff --git a/agb.php b/agb.php index a321428bc3..7f020fcd60 100644 --- a/agb.php +++ b/agb.php @@ -42,10 +42,10 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; $GLOBALS['module'] = "agb"; $CSS = -1; // Load the required file(s) -require ("inc/config.php"); +require("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (mxchange_installed)) +if (isBooleanConstantAndTrue('mxchange_installed')) { // Simply redirect... :-) LOAD_URL("modules.php?module=index&what=agb");