mirror of
https://github.com/unraid/webgui.git
synced 2026-01-27 03:59:01 -06:00
Revert "Wireguard: fix regression error"
This reverts commit 4b5154bdad.
This commit is contained in:
@@ -213,7 +213,7 @@ function createIPs($list) {
|
||||
return implode(', ',array_map('host',array_filter(array_map('trim',explode(',',$list)))));
|
||||
}
|
||||
function parseInput($vtun,&$input,&$x) {
|
||||
global $conf,$user,$var,$default,$default6,$vpn,$tunip;
|
||||
global $conf,$user,$var,$default,$default6,$vpn;
|
||||
$section = 0; $addPeer = false;
|
||||
foreach ($input as $key => $value) {
|
||||
if ($key[0]=='#') continue;
|
||||
|
||||
Reference in New Issue
Block a user