Redirection work-around added
authorRoland Häder <roland@mxchange.org>
Tue, 18 Mar 2008 19:04:44 +0000 (19:04 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 18 Mar 2008 19:04:44 +0000 (19:04 +0000)
inc/functions.php

index 5692191704452f620a42d03ab5294cd50a9d96df..1ef5165a5a35d301c484bb8fce92f98306cdc59e 100644 (file)
@@ -930,7 +930,7 @@ function LOAD_URL($URL, $addUrlData=true) {
        } else {
                // Output error message
                include(PATH."inc/header.php");
        } else {
                // Output error message
                include(PATH."inc/header.php");
-               OUTPUT_HTML(LOAD_URL_ERROR_1.$URL.LOAD_URL_ERROR_2);
+               LOAD_TEMPLATE("redirect_url", false, $URL);
                include(PATH."inc/footer.php");
        }
        exit();
                include(PATH."inc/footer.php");
        }
        exit();