All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / sponsor_ref.php
index bbcb00a7f2dbfce00c5db9cc03e106e96d648975..065aef68686dd7f7fa04808821f62196cffb82a4 100644 (file)
@@ -56,10 +56,8 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue(mxchange_installe
 
        // 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");
 }