From 31300a95f71b14dcb98c139388205223a36e8c8b Mon Sep 17 00:00:00 2001 From: phildd Date: Mon, 30 Dec 2013 07:45:49 -0800 Subject: List GWGs in Interface to send update from --- usr/local/www/services_dyndns_edit.php | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/services_dyndns_edit.php b/usr/local/www/services_dyndns_edit.php index ac5ada6..e1cbb55c2 100644 --- a/usr/local/www/services_dyndns_edit.php +++ b/usr/local/www/services_dyndns_edit.php @@ -267,13 +267,25 @@ function _onTypeChange(type){ - - - + $ifdesc) { + echo "\n"; + } + $grouplist = return_gateway_groups_array(); + foreach ($grouplist as $name => $group) { + echo "\n"; + } + ?>
-- cgit v1.1