Fix for birthday timestamps < 0 (why this?)
[mailer.git] / agb.php
diff --git a/agb.php b/agb.php
index c9c2654fc8c2c8320478de57cdc57b307ef10c62..7f020fcd608852c8f032b901ef4e9c05149e1eea 100644 (file)
--- 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') && (isBooleanConstantAndTrue('mxchange_installed')))
+if (isBooleanConstantAndTrue('mxchange_installed'))
 {
        // Simply redirect... :-)
        LOAD_URL("modules.php?module=index&amp;what=agb");