summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/services_dnsmasq.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/services_dnsmasq.php b/src/usr/local/www/services_dnsmasq.php
index c6f230d..3936420 100644
--- a/src/usr/local/www/services_dnsmasq.php
+++ b/src/usr/local/www/services_dnsmasq.php
@@ -189,6 +189,8 @@ if ($_GET['act'] == "del") {
}
function build_if_list() {
+ global $pconfig;
+
$interface_addresses = get_possible_listen_ips(true);
$iflist = array('options' => array(), 'selected' => array());
OpenPOWER on IntegriCloud