Some typos fixed
[mailer.git] / sponsor_confirm.php
index c3aadaa205b8504c2257a66c1341f8c18162158d..5b601d88cad27cefbec0b8aceaa336267d738051 100644 (file)
@@ -50,10 +50,8 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
 
        // 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");
 }