diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-12-07 19:20:02 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-12-07 19:20:02 +0000 |
commit | d6de3a27553b815e49cbcc0bd4356b942b18882c (patch) | |
tree | e2b50a68296ba3b3d8b425faf267bff7f9d827f8 /packages/tinydns/tinydns.xml | |
parent | a52b68b2da34c284fba266fb971fa8df09d69c7b (diff) | |
download | pfsense-packages-d6de3a27553b815e49cbcc0bd4356b942b18882c.tar.gz pfsense-packages-d6de3a27553b815e49cbcc0bd4356b942b18882c.tar.bz2 pfsense-packages-d6de3a27553b815e49cbcc0bd4356b942b18882c.zip |
* For now, redirect from tinydns_filter.php directly to CoreGUI page until I write the code
* Add tabs for TinyDNS settings and TinyDNS data
Diffstat (limited to 'packages/tinydns/tinydns.xml')
-rw-r--r-- | packages/tinydns/tinydns.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index 534ae751..00f4d857 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -13,7 +13,11 @@ <text>TinyDNS Settings</text> <url>/pkg_edit.php?xml=tinydns.xml&id=0</url> <active/> - </tab> + </tab> + <tab> + <text>TinyDNS</text> + <url>/tinydns_filter.php</url> + </tab> <aftersaveredirect>/pkg_edit.php?xml=tinydns.xml&id=0</aftersaveredirect> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> |