aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-21 19:04:29 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-21 19:04:29 -0500
commitd93ed3a311a9261c11f77c1c9a3fd9ae7b7d8fc9 (patch)
treee580e29e6896f8a4fe3681db8425846bb31b08a4 /config/unbound/unbound_status.php
parent1ff67b5aca33ec55e2af55020bdc0d2a042c0e9f (diff)
downloadpfsense-packages-d93ed3a311a9261c11f77c1c9a3fd9ae7b7d8fc9.tar.gz
pfsense-packages-d93ed3a311a9261c11f77c1c9a3fd9ae7b7d8fc9.tar.bz2
pfsense-packages-d93ed3a311a9261c11f77c1c9a3fd9ae7b7d8fc9.zip
rename items a bit
Diffstat (limited to 'config/unbound/unbound_status.php')
-rw-r--r--config/unbound/unbound_status.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/unbound/unbound_status.php b/config/unbound/unbound_status.php
index b5243a68..20d9f983 100644
--- a/config/unbound/unbound_status.php
+++ b/config/unbound/unbound_status.php
@@ -141,11 +141,11 @@ function execCmds() {
<td class="tabcont" width="100%">
<?php
defCmdT("Unbound status", "unbound-control status", "6");
- defCmdT("Unbound stats_noreset", "unbound-control stats_noreset");
- defCmdT("Unbound list_stubs", "unbound-control list_stubs", "8");
- defCmdT("Unbound list_forwards", "unbound-control list_forwards");
- defCmdT("Unbound list_local_zones", "unbound-control list_local_zones");
- defCmdT("Unbound list_local_data", "unbound-control list_local_data");
+ defCmdT("Unbound stats", "unbound-control stats_noreset");
+ defCmdT("Unbound stubs", "unbound-control list_stubs", "8");
+ defCmdT("Unbound forwards", "unbound-control list_forwards");
+ defCmdT("Unbound local zones", "unbound-control list_local_zones");
+ defCmdT("Unbound local data", "unbound-control list_local_data");
defCmdT("Unbound cache", "unbound-control dump_cache", "60");
defCmdT("Unbound configuration", "/bin/cat /usr/local/etc/unbound/unbound.conf", "60");
listCmds();