summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-01 21:03:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-01 21:03:20 +0000
commitfeefb9e8511cd4a221efe17c0f70c9eaec880c1e (patch)
tree7ae7885e45e6fc30e833178c356cfbe3910e27f6 /usr/local/www/services_dnsmasq.php
parent5e6ffad2df62e52a96bd626f792dbc45fad00f61 (diff)
downloadpfsense-feefb9e8511cd4a221efe17c0f70c9eaec880c1e.zip
pfsense-feefb9e8511cd4a221efe17c0f70c9eaec880c1e.tar.gz
Correctrly remove host type dns masq records
Diffstat (limited to 'usr/local/www/services_dnsmasq.php')
-rwxr-xr-xusr/local/www/services_dnsmasq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php
index 5e0a835..188bcc0 100755
--- a/usr/local/www/services_dnsmasq.php
+++ b/usr/local/www/services_dnsmasq.php
@@ -176,7 +176,7 @@ if ($_GET['act'] == "del") {
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td valign="middle"><a href="services_dnsmasq_edit.php?id=<?=$i;?>"><img src="e.gif" width="17" height="17" border="0"></a></td>
- <td><a href="services_dnsmasq.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this host?')"><img src="x.gif" width="17" height="17" border="0"></a></td>
+ <td><a href="services_dnsmasq.php?type=host&act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this host?')"><img src="x.gif" width="17" height="17" border="0"></a></td>
</tr>
</table>
</tr>
OpenPOWER on IntegriCloud