diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 02:24:45 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 02:24:45 +0000 |
commit | 32feb65d4f12e7fba426e05f1c1fb9e1ac158d5f (patch) | |
tree | 4896e229d1337a38fd4386409812d9940e4a6fc6 | |
parent | cf0587081200f355a940dc871c1cfcd0410303a6 (diff) | |
download | pfsense-packages-32feb65d4f12e7fba426e05f1c1fb9e1ac158d5f.tar.gz pfsense-packages-32feb65d4f12e7fba426e05f1c1fb9e1ac158d5f.tar.bz2 pfsense-packages-32feb65d4f12e7fba426e05f1c1fb9e1ac158d5f.zip |
Add savemsg
-rw-r--r-- | packages/tinydns/tinydns_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns_status.php b/packages/tinydns/tinydns_status.php index 0310a86d..1ea7fb7d 100644 --- a/packages/tinydns/tinydns_status.php +++ b/packages/tinydns/tinydns_status.php @@ -36,7 +36,7 @@ if(!$config['installedpackages']['tinydns']['config'][0]) Header("Location: /wizard.php?xml=new_zone_wizard.xml"); if(!$config['installedpackages']['tinydns']['config'][0]['ipaddress']) - Header("Location: /pkg_edit.php?xml=tinydns.xml&id=0"); + Header("Location: /pkg_edit.php?xml=tinydns.xml&id=0&savemsg=Please+set+the+binding+ip+address+for+server+operation"); $pgtitle = "TinyDNS: Status"; include("head.inc"); |