]> git.mxchange.org Git - mailer.git/blobdiff - confirm.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / confirm.php
index 3ca3a5e3be0e1309f87b7b9c349f6bad1bc09208..5caeae5be70579bb70b1feafa25a7e99b2961782 100644 (file)
@@ -63,10 +63,10 @@ if ((isInstalled()) && (isAdminRegistered())) {
        }
 
        // Load the URL
-       LOAD_URL($URL);
+       redirectToUrl($URL);
 } else {
        // You have to install first!
-       LOAD_URL('install.php');
+       redirectToUrl('install.php');
 }
 
 // Really all done here... ;-)