aboutsummaryrefslogtreecommitdiffstats
path: root/config/tinydns
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-01 12:40:43 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-01 12:40:43 -0400
commit617697ca282c304ccfe4640dfd15bb13c4808ea2 (patch)
tree5fa086a5d0e26dcf00761187538f1822fabdda7a /config/tinydns
parentea2ff95bd5c09984b80d5b5e42d26616a0e1614a (diff)
downloadpfsense-packages-617697ca282c304ccfe4640dfd15bb13c4808ea2.tar.gz
pfsense-packages-617697ca282c304ccfe4640dfd15bb13c4808ea2.tar.bz2
pfsense-packages-617697ca282c304ccfe4640dfd15bb13c4808ea2.zip
Redirect correctly to the settings tab
Diffstat (limited to 'config/tinydns')
-rw-r--r--config/tinydns/new_zone_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tinydns/new_zone_wizard.xml b/config/tinydns/new_zone_wizard.xml
index 19469feb..937f2505 100644
--- a/config/tinydns/new_zone_wizard.xml
+++ b/config/tinydns/new_zone_wizard.xml
@@ -239,7 +239,7 @@
if(is_dir("/service/tinydns"))
Header("Location: /pkg.php?xml=tinydns_domains.xml");
else
- Header("Location: /pkg.php?xml=tinydns.xml");
+ Header("Location: /pkg_edit.php?xml=tinydns.xml&id=0");
]]>
</stepsubmitbeforesave>