mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
Merge branch 'master' of github.com:serghey-rodin/vesta
This commit is contained in:
commit
ddf19a4bbc
11 changed files with 57 additions and 86 deletions
|
@ -32,5 +32,3 @@ $mailtext = file_get_contents("php://stdin");
|
|||
if ((!empty($to)) && (!empty($subject))) {
|
||||
send_email($to,$subject,$mailtext,$from);
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -344,4 +344,3 @@ function list_timezones() {
|
|||
}
|
||||
return $timezone_list;
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue