Merge pull request #422 from SysVoid/patch-1

Removed closing PHP tags
This commit is contained in:
Serghey Rodin 2015-10-22 16:56:26 +03:00
commit 97a368afdf
7 changed files with 41 additions and 78 deletions

View file

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

View file

@ -344,4 +344,3 @@ function list_timezones() {
}
return $timezone_list;
}
?>