Merge branch 'master' of github.com:serghey-rodin/vesta

This commit is contained in:
Serghey Rodin 2015-10-22 16:58:12 +03:00
commit ddf19a4bbc
11 changed files with 57 additions and 86 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;
}
?>