X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=admin.php;h=5c6f49d107b058e58c25e1eae78fcbffb31d2797;hp=f73daff9086a152e9fb56ffc18ec297748ce9a27;hb=e29553ed2308e373d899cc18c0a89a34d2a1c754;hpb=58b29a924c48e7c1ce38c435c92e541b53984c56 diff --git a/admin.php b/admin.php index f73daff908..5c6f49d107 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') && (isBooleanConstantAndTrue('mxchange_installed'))) +if (isBooleanConstantAndTrue('mxchange_installed')) { // Simply redirect... :-) LOAD_URL("modules.php?module=admin&action=login");