mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Fix add ipv6
This commit is contained in:
parent
37a2525ab0
commit
6399721fe2
1 changed files with 1 additions and 1 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue