summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136.php
diff options
context:
space:
mode:
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