فهرست منبع

Removed closing PHP tags.

System Void 10 سال پیش
والد
کامیت
9b68b7eb93
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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))) {
     send_email($to,$subject,$mailtext,$from);
 }
-
-?>