From e52c5cdbe5a29aa2f1d2f77597119f2bd1d474c8 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Sat, 17 Dec 2011 12:11:40 +0000 Subject: [PATCH] Debug-Code entfernt... --- form-email/mailer.php | 2 -- 1 file changed, 2 deletions(-) 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); } } -- 2.34.1