mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -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 = implode(",",$aliases_arr);
|
||||||
$aliases = escapeshellarg($aliases);
|
$aliases = escapeshellarg($aliases);
|
||||||
|
|
||||||
// Define proxy extentions
|
// Define proxy extensions
|
||||||
$v_proxy_ext = $_POST['v_proxy_ext'];
|
$v_proxy_ext = $_POST['v_proxy_ext'];
|
||||||
$proxy_ext = preg_replace("/\n/", ",", $v_proxy_ext);
|
$proxy_ext = preg_replace("/\n/", ",", $v_proxy_ext);
|
||||||
$proxy_ext = preg_replace("/\r/", ",", $proxy_ext);
|
$proxy_ext = preg_replace("/\r/", ",", $proxy_ext);
|
||||||
|
|
|
@ -222,7 +222,7 @@ if (!empty($_POST['save'])) {
|
||||||
$restart_proxy = 'yes';
|
$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']))) {
|
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("/\n/", " ", $_POST['v_proxy_ext']);
|
||||||
$ext = preg_replace("/,/", " ", $ext);
|
$ext = preg_replace("/,/", " ", $ext);
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="vst-text input-label">
|
<td class="vst-text input-label">
|
||||||
<?php print __('IP address');?> <span class="optional">(<?php print __('CDIR format is supported');?>)</span>
|
<?=__('IP address')?> <span class="optional">(<?=__('CIDR format is supported')?>)</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -153,7 +153,7 @@
|
||||||
<table style="display:<?php if ($v_proxy == 'off') { echo 'none';} else {echo 'block';}?>;" id="proxytable" >
|
<table style="display:<?php if ($v_proxy == 'off') { echo 'none';} else {echo 'block';}?>;" id="proxytable" >
|
||||||
<tr>
|
<tr>
|
||||||
<td class="vst-text input-label step-left">
|
<td class="vst-text input-label step-left">
|
||||||
<?php print __('Proxy Extentions');?>
|
<?php print __('Proxy Extensions');?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue