X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=agb.php;h=be4e7dca8cdeeb66d291b382f810a2d68c5356ad;hp=7f020fcd608852c8f032b901ef4e9c05149e1eea;hb=cca98f57dff720b174d21d071cee8303462485d7;hpb=d798a412acb8c1263933bd7f7a0fd9aa251495a7 diff --git a/agb.php b/agb.php index 7f020fcd60..be4e7dca8c 100644 --- a/agb.php +++ b/agb.php @@ -45,16 +45,13 @@ $GLOBALS['module'] = "agb"; $CSS = -1; require("inc/config.php"); // Is the script installed? -if (isBooleanConstantAndTrue('mxchange_installed')) -{ +if (isBooleanConstantAndTrue('mxchange_installed')) { // Simply redirect... :-) LOAD_URL("modules.php?module=index&what=agb"); - // Redirection should be done here -} - else -{ - // You have to configure first! +} else { + // You have to install first! LOAD_URL("install.php"); } + // Really all done here... ;-) ?>