Added passeneg manager. Part 7

This commit is contained in:
Alexey Berezhok
2024-12-21 22:16:33 +03:00
parent 5067d35524
commit 645cd8386a
2 changed files with 118 additions and 0 deletions

View File

@@ -245,6 +245,10 @@ if (!empty($_POST["save"])) {
}
}
if ($changed_ruby == true){
}
if (!empty($_POST["v_ip"])) {
$v_newip = $_POST["v_ip"];
$v_newip_public = empty($ips[$v_newip]["NAT"]) ? $v_newip : $ips[$v_newip]["NAT"];