From: Roland Häder Date: Sun, 12 Apr 2009 15:04:53 +0000 (+0000) Subject: Again redirection should work X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=08f39b5f6bbb6835cf35530fb87b716afae2fc7a Again redirection should work --- diff --git a/inc/functions.php b/inc/functions.php index 2276a0f42b..910c71ffa8 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -905,7 +905,7 @@ function redirectToUrl ($URL) { } // END - if // Three different debug ways... - /* DEBUG: */ debug_report_bug(sprintf("%s[%s:] URL=%s", __FUNCTION__, __LINE__, $URL)); + //* DEBUG: */ debug_report_bug(sprintf("%s[%s:] URL=%s", __FUNCTION__, __LINE__, $URL)); //* DEBUG: */ DEBUG_LOG(__FUNCTION__, __LINE__, $URL); //* DEBUG: */ die($URL);