소스 검색

index subnet form action fixes

Roman Dmitriev 2 년 전
부모
커밋
e5cdeeea37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      html/admin/customers/index-subnets.php

+ 1 - 1
html/admin/customers/index-subnets.php

@@ -53,7 +53,7 @@ print_control_submenu($page_url);
 ?>
 <div id="cont">
     <br>
-    <form name="def" action="control-subnets.php" method="post">
+    <form name="def" action="index-subnets.php" method="post">
     <div>
         <?php print WEB_network_create . "&nbsp:<input type=\"text\" name='s_create_subnet' value=''>"; ?>
         <input type="submit" name="s_create" value="<?php echo WEB_btn_add; ?>">