Removed closing PHP tags.

This commit is contained in:
System Void 2015-08-04 14:42:32 +01:00
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);
}
?>