From: Roland Häder Date: Tue, 7 Apr 2009 21:13:15 +0000 (+0000) Subject: Redirect was debugged as well... X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=c1ba3084bb05ac7bfb69e97b6c001430e8029486 Redirect was debugged as well... --- diff --git a/inc/functions.php b/inc/functions.php index b9decbaac6..bc817b99d0 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -950,7 +950,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);