浏览代码

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; ?>">