diff options
author | Warren Baker <warren@decoy.co.za> | 2014-03-29 08:12:30 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2014-03-29 08:12:30 +0200 |
commit | fe9ec5298c04aaa1872b7d9e5a9cb85cc2c82390 (patch) | |
tree | 5fcc0a26132d031080f2293fb61f60f42b0af8b5 /usr | |
parent | 1b6e3c30fb1b48d8a7d95f4db61f93db6dce2079 (diff) | |
download | pfsense-fe9ec5298c04aaa1872b7d9e5a9cb85cc2c82390.zip pfsense-fe9ec5298c04aaa1872b7d9e5a9cb85cc2c82390.tar.gz |
Correct priv match
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/services_unbound_host_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_unbound_host_edit.php b/usr/local/www/services_unbound_host_edit.php index 73bc6e5..6211d75 100644 --- a/usr/local/www/services_unbound_host_edit.php +++ b/usr/local/www/services_unbound_host_edit.php @@ -38,7 +38,7 @@ ##|*IDENT=page-services-dnsresolver-edithost ##|*NAME=Services: DNS Forwarder: Edit host page ##|*DESCR=Allow access to the 'Services: DNS Forwarder: Edit host' page. -##|*MATCH=services_dnsmasq_edit.php* +##|*MATCH=services_unbound_host_edit.php* ##|-PRIV function hostcmp($a, $b) { |