From 6399721fe247adadb8847fe7b1d08c19b8a91d20 Mon Sep 17 00:00:00 2001 From: MadeITBelgium Date: Sat, 23 Sep 2017 19:51:11 +0000 Subject: [PATCH] Fix add ipv6 --- web/add/ip/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {