Explorar o código

fix can not save proxy template

mix5003 %!s(int64=4) %!d(string=hai) anos
pai
achega
43a6fc23ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/api/v1/edit/web/index.php

+ 1 - 1
web/api/v1/edit/web/index.php

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