mirror of https://github.com/aredn/aredn.git
security: protect wifi scan page
fixes AREDN->ticket:195 Change-Id: I30f8087aa59483cdbf73cfde8029ccc7bbd42cb5
This commit is contained in:
parent
d9cd982818
commit
25dc984988
|
@ -4,3 +4,4 @@
|
|||
/cgi-bin/vpn:root:$p$root
|
||||
/cgi-bin/vpnc:root:$p$root
|
||||
/cgi-bin/supporttool:root:$p$root
|
||||
/cgi-bin/scan:root:$p$root
|
||||
|
|
|
@ -7,4 +7,5 @@ cat > /etc/httpd.conf <<'EOF'
|
|||
/cgi-bin/vpn:root:$p$root
|
||||
/cgi-bin/vpnc:root:$p$root
|
||||
/cgi-bin/supporttool:root:$p$root
|
||||
/cgi-bin/scan:root:$p$root
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue