$GLOBALS['module'] = "confirm"; $CSS = -1;
// Load the required file(s)
-require("inc/config.php");
+require_once("inc/config.php");
// Is the script installed?
if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered'))) {
// Load the URL
LOAD_URL($URL);
-
- // Redirection should be done here
} else {
- // You have to configure first!
+ // You have to install first!
LOAD_URL("install.php");
}