diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-01 13:17:35 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-01 13:17:35 -0400 |
commit | 9f83924e0757e85bd967c95b314bd644c2ac3339 (patch) | |
tree | 2c9194490eee109ace99956071dad8130da634c1 /config/tinydns | |
parent | 8653b031c1871f4cc7ddc07fe535ee8af5c7ff95 (diff) | |
download | pfsense-packages-9f83924e0757e85bd967c95b314bd644c2ac3339.tar.gz pfsense-packages-9f83924e0757e85bd967c95b314bd644c2ac3339.tar.bz2 pfsense-packages-9f83924e0757e85bd967c95b314bd644c2ac3339.zip |
Default to the log page, not the failover status page
Diffstat (limited to 'config/tinydns')
-rw-r--r-- | config/tinydns/tinydns.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tinydns/tinydns.xml b/config/tinydns/tinydns.xml index 3067d324..a863c6a1 100644 --- a/config/tinydns/tinydns.xml +++ b/config/tinydns/tinydns.xml @@ -54,7 +54,7 @@ <name>DNS Servers</name> <tooltiptext></tooltiptext> <section>Services</section> - <url>/tinydns_status.php</url> + <url>/tinydns_view_logs.php</url> </menu> <service> <name>svscan</name> |