LOAD_CONFIGURED_URL() added, bug #66 resolved
[mailer.git] / mailid.php
index 5bca0bab23565d0a33353965f4b9e7fb69e80e56..3fb1eaafab8b25fef84e5b702206972939a6853e 100644 (file)
@@ -206,7 +206,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
                                break;
 
                        case "REJECT": // Redirect to rejection page
                                break;
 
                        case "REJECT": // Redirect to rejection page
-                               LOAD_URL(getConfig('reject_url'));
+                               LOAD_CONFIGURED_URL('reject_url');
                                break;
 
                        default:
                                break;
 
                        default:
@@ -219,7 +219,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
                require_once(PATH."inc/footer.php");
        }
 } else {
                require_once(PATH."inc/footer.php");
        }
 } else {
-       // You have to configure first!
+       // You have to install first!
        LOAD_URL("install.php");
 }
 
        LOAD_URL("install.php");
 }