aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-25 02:20:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-25 02:20:09 +0000
commitb949c66a3ec2696e883eb4f021f879555991283b (patch)
treec0b98446f6ebf7b1ca6be55023928d178a0abc4e
parent18db4a37a6a3ad5fec9410c844fccf5dde9349b1 (diff)
downloadpfsense-packages-b949c66a3ec2696e883eb4f021f879555991283b.tar.gz
pfsense-packages-b949c66a3ec2696e883eb4f021f879555991283b.tar.bz2
pfsense-packages-b949c66a3ec2696e883eb4f021f879555991283b.zip
Run the add domain wizard if no records exist
-rw-r--r--packages/tinydns/tinydns_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns_status.php b/packages/tinydns/tinydns_status.php
index c7defa17..8325ac03 100644
--- a/packages/tinydns/tinydns_status.php
+++ b/packages/tinydns/tinydns_status.php
@@ -33,7 +33,7 @@ require("guiconfig.inc");
/* Defaults to this page but if no settings are present, redirect to setup page */
if(!$config['installedpackages']['tinydns']['config'][0])
- Header("Location: /pkg_edit.php?xml=tinydns.xml&id=0");
+ Header("Location: /wizard.php?xml=new_zone_wizard.xml");
$pgtitle = "TinyDNS: Status";
include("head.inc");