diff --git a/web/add/ip/index.php b/web/add/ip/index.php index 39d82556..94840839 100644 --- a/web/add/ip/index.php +++ b/web/add/ip/index.php @@ -46,7 +46,7 @@ if (!empty($_POST['ok'])) { $v_interface = escapeshellarg($_POST['v_interface']); $v_owner = escapeshellarg($_POST['v_owner']); $v_shared = $_POST['v_shared']; - $v_version = escapeshellarg($_POST['v_version']); + $v_version = $_POST['v_version']; // Check shared checkmark if ($v_shared == 'on') {