Explorar el Código

remove logout from add_dhcp call

root hace 2 años
padre
commit
39b36aa976
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      html/admin/users/add_dhcp.php

+ 0 - 1
html/admin/users/add_dhcp.php

@@ -18,5 +18,4 @@ if (!empty($_GET["ip"]) and !empty($_GET["mac"])) {
         } else { LOG_ERROR($db_link, "$ip - wrong network!"); }
 	}
 unset($_GET);
-logout();
 ?>