From: Patrick Canterino Date: Sat, 17 Dec 2011 12:11:40 +0000 (+0000) Subject: Debug-Code entfernt... X-Git-Tag: 3.5~39 X-Git-Url: https://git.p6c8.net/form-email.git/commitdiff_plain/e52c5cdbe5a29aa2f1d2f77597119f2bd1d474c8 Debug-Code entfernt... --- diff --git a/form-email/mailer.php b/form-email/mailer.php index 14611ed..32f1caa 100644 --- a/form-email/mailer.php +++ b/form-email/mailer.php @@ -384,8 +384,6 @@ if($return_url) { if(substr($path,0,1) != '/') $path = '/'.$path; $return_url = $protocol.$http_host.$port.$path.$return_url; - - die($return_url); } }