LOAD_CONFIGURED_URL() added, bug #66 resolved
[mailer.git] / index.php
index 312719aa9317d0ee3d0ccb217c6b5e11a5becbc0..d5ee879dcd5e69862a39dacf9cc35f2c82978537 100644 (file)
--- a/index.php
+++ b/index.php
@@ -83,7 +83,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Footer
        require(PATH."inc/footer.php");
 } else {
-       // You have to configure first!
+       // You have to install first!
        LOAD_URL("install.php");
 }