Fix for broken admin_add_sponsor template
[mailer.git] / sponsor_confirm.php
index c10f2cef31c8518f0b37f3f7a86d08db2e27e11f..9d1a29222e125ef0e45e2028f3ea8dc1a64f6c23 100644 (file)
@@ -34,7 +34,7 @@
 require_once("inc/libs/security_functions.php");
 
 // Load the required file(s)
-require ("inc/config.php");
+require("inc/config.php");
 
 // Is the script installed?
 if (isBooleanConstantAndTrue('mxchange_installed')) {
@@ -50,8 +50,8 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
 
        // Load the URL
        LOAD_URL($URL);
-       // Redirection should be done here
 
+       // Redirection should be done here
 } else {
        // You have to configure first!
        LOAD_URL(URL."/install.php");