mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -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
|
@ -222,7 +222,7 @@ if (!empty($_POST['save'])) {
|
|||
$restart_proxy = 'yes';
|
||||
}
|
||||
|
||||
// Change proxy template / Update extention list
|
||||
// Change proxy template / Update extension list
|
||||
if ((!empty($_SESSION['PROXY_SYSTEM'])) && (!empty($v_proxy)) && (!empty($_POST['v_proxy'])) && (empty($_SESSION['error_msg']))) {
|
||||
$ext = preg_replace("/\n/", " ", $_POST['v_proxy_ext']);
|
||||
$ext = preg_replace("/,/", " ", $ext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue