mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 02:31:45 -05:00
wireguard update: add explanation about parsing
This commit is contained in:
@@ -229,6 +229,7 @@ function parseInput($vtun,&$input,&$x) {
|
||||
// assign values to parameters, be aware that certain parameters are assigned by parseInput itself
|
||||
// this is based on the sequence of processing
|
||||
global $conf,$user,$var,$default4,$default6,$vpn,$tunip;
|
||||
$tunnel = $protocol = null; // satisfy code checkers
|
||||
$section = 0; $addPeer = false;
|
||||
foreach ($input as $key => $value) {
|
||||
if ($key[0]=='#') continue;
|
||||
|
||||
Reference in New Issue
Block a user