From: Roland Häder Date: Tue, 18 Mar 2008 19:04:44 +0000 (+0000) Subject: Redirection work-around added X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=5fec9d9db95e2b70f63e5749515a2cf8c99b6791 Redirection work-around added --- diff --git a/inc/functions.php b/inc/functions.php index 5692191704..1ef5165a5a 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -930,7 +930,7 @@ function LOAD_URL($URL, $addUrlData=true) { } 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();