New naming convention applied to many functions, see #118 for details
[mailer.git] / agb.php
diff --git a/agb.php b/agb.php
index a05c889d0b4e5986df3db0a3bc57bb389bc579fe..1c4a033e2f244cf1c8df4e7cf3f6b8400eeefec3 100644 (file)
--- a/agb.php
+++ b/agb.php
@@ -53,10 +53,10 @@ require('inc/config.php');
 // Is the script installed?
 if (isInstalled()) {
        // Simply redirect... :-)
-       LOAD_URL('modules.php?module=index&what=agb');
+       redirectToUrl('modules.php?module=index&what=agb');
 } else {
        // You have to install first!
-       LOAD_URL('install.php');
+       redirectToUrl('install.php');
 }
 
 // Really all done here... ;-)