Correct typo, replace 'LoadAverage' with 'Load Average'

This commit is contained in:
Flat 2016-07-03 16:15:52 +09:00
commit 869c54970e
5 changed files with 11 additions and 11 deletions

View file

@ -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);