From 5fec9d9db95e2b70f63e5749515a2cf8c99b6791 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 18 Mar 2008 19:04:44 +0000 Subject: [PATCH] Redirection work-around added --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2