diff --git a/web/add/web/index.php b/web/add/web/index.php
index 0be71f635..22cb7abb9 100644
--- a/web/add/web/index.php
+++ b/web/add/web/index.php
@@ -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);
diff --git a/web/edit/web/index.php b/web/edit/web/index.php
index e28aa713a..339a68196 100644
--- a/web/edit/web/index.php
+++ b/web/edit/web/index.php
@@ -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);
diff --git a/web/templates/admin/add_firewall_banlist.html b/web/templates/admin/add_firewall_banlist.html
index 9c09d8da6..43d41ba57 100644
--- a/web/templates/admin/add_firewall_banlist.html
+++ b/web/templates/admin/add_firewall_banlist.html
@@ -54,7 +54,7 @@
-
+
|
@@ -72,7 +72,7 @@
- ()
+ =__('IP address')?> (=__('CIDR format is supported')?>)
|
@@ -95,4 +95,4 @@
-
\ No newline at end of file
+
diff --git a/web/templates/admin/add_web.html b/web/templates/admin/add_web.html
index 2a9170291..ee489c423 100644
--- a/web/templates/admin/add_web.html
+++ b/web/templates/admin/add_web.html
@@ -142,7 +142,7 @@
-
+
@@ -153,7 +153,7 @@
|
-
+
/
@@ -242,7 +242,7 @@
}
echo ">" . htmlentities(__($value)) . "\n";
}
- ?>
+ ?>
|
diff --git a/web/templates/admin/list_services.html b/web/templates/admin/list_services.html
index aa85671c7..28cd8ba3f 100644
--- a/web/templates/admin/list_services.html
+++ b/web/templates/admin/list_services.html
@@ -91,7 +91,7 @@
- =__('LoadAverage')?>:
+ =__('Load Average')?>:
=$sys['sysinfo']['LOADAVERAGE']?>
|