aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinydns/tinydns_view_logs.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-24 18:47:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-24 18:47:16 +0000
commitb764bb6a9b2aa79092ea77b5d6a8c254f51b8af8 (patch)
tree6140db3947c58892af312bb0671b53e7b9f6134b /packages/tinydns/tinydns_view_logs.php
parent88b69bcd542089cc6aaffc8b17e4fc17a9b8ecb5 (diff)
downloadpfsense-packages-b764bb6a9b2aa79092ea77b5d6a8c254f51b8af8.tar.gz
pfsense-packages-b764bb6a9b2aa79092ea77b5d6a8c254f51b8af8.tar.bz2
pfsense-packages-b764bb6a9b2aa79092ea77b5d6a8c254f51b8af8.zip
Add new zone tab
Diffstat (limited to 'packages/tinydns/tinydns_view_logs.php')
-rw-r--r--packages/tinydns/tinydns_view_logs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/tinydns/tinydns_view_logs.php b/packages/tinydns/tinydns_view_logs.php
index 0c71f954..8bbf5212 100644
--- a/packages/tinydns/tinydns_view_logs.php
+++ b/packages/tinydns/tinydns_view_logs.php
@@ -64,6 +64,7 @@ if ($_POST['clear']) {
$tab_array[] = array(gettext("Status"), false, "/tinydns_status.php");
$tab_array[] = array(gettext("Logs"), true, "/tinydns_view_logs.php");
$tab_array[] = array(gettext("Sync"), false, "/pkg_edit.php?xml=tinydns_sync.xml&id=0");
+ $tab_array[] = array(gettext("New domain wizard"), false, "/wizard.php?xml=new_zone_wizard.xml");
display_top_tabs($tab_array);
?>
</table>