X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=640ff9df0f317ec2310b2cfdb3b429cf48b0cd89;hp=da970eb6f5f4b07d62acf20550100a73dc66c608;hb=c47293f5523a4a9e8791f0922b138fa6865aefaf;hpb=e0c325d3886bfff13a50a06cfedf9a8da24b2598 diff --git a/inc/functions.php b/inc/functions.php index da970eb6f5..640ff9df0f 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -939,6 +939,11 @@ function LOAD_URL($URL, $addUrlData=true) { OUTPUT_HTML("".$URL.""); } elseif (!headers_sent()) { // Load URL when headers are not sent + /* + print("
");
+		debug_print_backtrace();
+		die("
URL={$URL}"); + */ @header ("Location: ".str_replace("&", "&", $URL)); } else { // Output error message