diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-24 18:47:16 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-24 18:47:16 +0000 |
commit | b764bb6a9b2aa79092ea77b5d6a8c254f51b8af8 (patch) | |
tree | 6140db3947c58892af312bb0671b53e7b9f6134b /packages/tinydns/tinydns_view_logs.php | |
parent | 88b69bcd542089cc6aaffc8b17e4fc17a9b8ecb5 (diff) | |
download | pfsense-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.php | 1 |
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> |