New naming convention applied to many functions, see #118 for details
[mailer.git] / sponsor_confirm.php
index a93348c753e9c177b69b682a8f2269462adb603e..c4e1b4a0d0a8b9b9e807eaa49e32e09bd6066477 100644 (file)
@@ -64,10 +64,10 @@ if (isInstalled()) {
        }
 
        // 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... ;-)