X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=admin.php;h=f73daff9086a152e9fb56ffc18ec297748ce9a27;hp=8c26089496863c3d1897a65becdc5eec7a6d1068;hb=0a7e0faba4feaf17432cbdcaf17eb7d2f3812a1e;hpb=60494e212a67fe360bfbb481eb4928480a6f379b;ds=sidebyside diff --git a/admin.php b/admin.php index 8c26089496..f73daff908 100644 --- a/admin.php +++ b/admin.php @@ -45,7 +45,7 @@ $GLOBALS['module'] = "admin"; $CSS = -1; require ("inc/config.php"); // Is the script installed? -if (defined('mxchange_installed') && (mxchange_installed)) +if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) { // Simply redirect... :-) LOAD_URL("modules.php?module=admin&action=login");