diff options
author | Phil Davis <phil.davis@world.inf.org> | 2013-09-12 04:31:59 -0700 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2013-09-12 04:31:59 -0700 |
commit | 7ddb2434e87fba7d98720ed4c3ee1075e7acbc62 (patch) | |
tree | a8bfb78e23368f4f28d74627e205fbcdf72648b1 | |
parent | 6b2b3ca430b7be6498f67d4a8338f4fdeb5efd0f (diff) | |
download | pfsense-packages-7ddb2434e87fba7d98720ed4c3ee1075e7acbc62.tar.gz pfsense-packages-7ddb2434e87fba7d98720ed4c3ee1075e7acbc62.tar.bz2 pfsense-packages-7ddb2434e87fba7d98720ed4c3ee1075e7acbc62.zip |
bandwidthd - specify explicitly the graph location index.html
This helps some people whose browser does not find index.html automagically, and does not harm anything for others.
http://forum.pfsense.org/index.php/topic,49165.msg362705.html#msg362705
-rw-r--r-- | config/bandwidthd/bandwidthd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bandwidthd/bandwidthd.xml b/config/bandwidthd/bandwidthd.xml index 71e5e8fc..25c50b42 100644 --- a/config/bandwidthd/bandwidthd.xml +++ b/config/bandwidthd/bandwidthd.xml @@ -70,7 +70,7 @@ </tab> <tab> <text>Access BandwidthD</text> - <url>/bandwidthd" target="_blank</url> + <url>/bandwidthd/index.html" target="_blank</url> </tab> </tabs> <configpath>installedpackages->package->bandwidthd</configpath> |