PPTP Remote IP is host or V4
Now that Form_IpAddress() supports a range of types of input, this can be specified as HOSTV4.
Merge pull request #3248 from phil-davis/ipaddressnopattern
Merge pull request #3308 from plumbeo/details-popup
Fix DNS Server Gateway Check
If I enter a DNS server IP address that is on a locally connected network, and choose a gateway for it, this code was supposed to give an error message. But no error was given because $_POST[$dnsgwitem] is actually the name of the gateway, but old line 197 called interface_has_gateway() which was expecting an interface to be passed....
Captive portal: add popup with session details to the active sessions list in the status page
Merge pull request #3309 from phil-davis/dhcp31msg
Captive portal: hide empty MAC column in status page
When MAC filtering is disabled the client MAC address isn't recorded and the relative column is empty. In this case, hide it.
Modify DHCP Server messages
This should be a regular input form since it is no longer using an IP address class input type.
Customize DHCP Server on interfaces message
View revisions
Also available in: Atom