summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-09 18:01:23 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-09 18:01:23 +0545
commitab6e21f4cc0981749aee0bb841c0b3e286d8d0b3 (patch)
treee63138ed12d305fe5adb3fa422fe3e414f8989c4 /src/usr/local/www/services_rfc2136.php
parent0dc2d19598d2b1a7719c3c116b3d0cef98349299 (diff)
parentcb41dd63de768f6cb01008d187206d989d151851 (diff)
downloadpfsense-ab6e21f4cc0981749aee0bb841c0b3e286d8d0b3.zip
pfsense-ab6e21f4cc0981749aee0bb841c0b3e286d8d0b3.tar.gz
Merge with master
Diffstat (limited to 'src/usr/local/www/services_rfc2136.php')
-rw-r--r--src/usr/local/www/services_rfc2136.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/usr/local/www/services_rfc2136.php b/src/usr/local/www/services_rfc2136.php
index b4a1743..bc8b24c 100644
--- a/src/usr/local/www/services_rfc2136.php
+++ b/src/usr/local/www/services_rfc2136.php
@@ -1,5 +1,4 @@
<?php
-/* $Id$ */
/*
services_rfc2136.php
*/
@@ -88,7 +87,7 @@ else if ($_GET['act'] == "toggle") {
$a_rfc2136[$_GET['id']]['enable'] = true;
}
write_config();
-
+
header("Location: services_rfc2136.php");
exit;
}
@@ -197,13 +196,13 @@ foreach ($a_rfc2136 as $rfc2136):
<td>
<a class="fa fa-pencil" title="<?=gettext('Edit client')?>" href="services_rfc2136_edit.php?id=<?=$i?>"></a>
<?php if (isset($rfc2136['enable'])) {
- ?>
+ ?>
<a class="fa fa-ban" title="<?=gettext('Disable client')?>" href="?act=toggle&amp;id=<?=$i?>"></a>
<?php } else {
?>
<a class="fa fa-check-square-o" title="<?=gettext('Enable client')?>" href="?act=toggle&amp;id=<?=$i?>" ></a>
<?php }
- ?>
+ ?>
<a class="fa fa-trash" title="<?=gettext('Delete client')?>" href="services_rfc2136.php?act=del&amp;id=<?=$i?>"></a>
</td>
</tr>
OpenPOWER on IntegriCloud