Kaynağa Gözat

Removed closing PHP tags.

System Void 10 yıl önce
ebeveyn
işleme
9b68b7eb93
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      web/inc/mail-wrapper.php

+ 0 - 2
web/inc/mail-wrapper.php

@@ -32,5 +32,3 @@ $mailtext = file_get_contents("php://stdin");
 if ((!empty($to)) && (!empty($subject))) {
 if ((!empty($to)) && (!empty($subject))) {
     send_email($to,$subject,$mailtext,$from);
     send_email($to,$subject,$mailtext,$from);
 }
 }
-
-?>