mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
fix can not save proxy template
This commit is contained in:
parent
57401060c8
commit
43a6fc23ef
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ if (!empty($_POST['save'])) {
|
|||
}
|
||||
|
||||
// Add proxy support
|
||||
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_template'])) && (empty($_SESSION['error_msg']))) {
|
||||
$v_proxy_template = $_POST['v_proxy_template'];
|
||||
if (!empty($_POST['v_proxy_ext'])) {
|
||||
$ext = preg_replace("/\n/", " ", $_POST['v_proxy_ext']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue