mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Correct typo, replace 'LoadAverage' with 'Load Average'
This commit is contained in:
parent
dc65561391
commit
869c54970e
5 changed files with 11 additions and 11 deletions
|
@ -60,7 +60,7 @@ if (!empty($_POST['ok'])) {
|
|||
$aliases = implode(",",$aliases_arr);
|
||||
$aliases = escapeshellarg($aliases);
|
||||
|
||||
// Define proxy extentions
|
||||
// Define proxy extensions
|
||||
$v_proxy_ext = $_POST['v_proxy_ext'];
|
||||
$proxy_ext = preg_replace("/\n/", ",", $v_proxy_ext);
|
||||
$proxy_ext = preg_replace("/\r/", ",", $proxy_ext);
|
||||
|
@ -272,7 +272,7 @@ if (!empty($_POST['ok'])) {
|
|||
$fp = fopen($v_ftp_password, "w");
|
||||
fwrite($fp, $v_ftp_user_data['v_ftp_password']."\n");
|
||||
fclose($fp);
|
||||
exec (VESTA_CMD."v-add-web-domain-ftp ".$user." ".$v_domain." ".$v_ftp_user." ".$v_ftp_password . " " . $v_ftp_path, $output, $return_var);
|
||||
exec (VESTA_CMD."v-add-web-domain-ftp ".$user." ".$v_domain." ".$v_ftp_user." ".$v_ftp_password . " " . $v_ftp_path, $output, $return_var);
|
||||
check_return_code($return_var,$output);
|
||||
unset($output);
|
||||
unlink($v_ftp_password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue