From 9b68b7eb93d644e5ba78bbc881433b61597d82c8 Mon Sep 17 00:00:00 2001 From: System Void Date: Tue, 4 Aug 2015 14:42:32 +0100 Subject: [PATCH] Removed closing PHP tags. --- web/inc/mail-wrapper.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/inc/mail-wrapper.php b/web/inc/mail-wrapper.php index bf1c3d9e..a8c48a09 100755 --- a/web/inc/mail-wrapper.php +++ b/web/inc/mail-wrapper.php @@ -32,5 +32,3 @@ $mailtext = file_get_contents("php://stdin"); if ((!empty($to)) && (!empty($subject))) { send_email($to,$subject,$mailtext,$from); } - -?>