Removed closing PHP tags.

This commit is contained in:
System Void
2015-08-04 14:42:32 +01:00
parent 7a7788b185
commit 9b68b7eb93

View File

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