diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 08:56:41 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 08:56:41 +0000 |
commit | b98046f81bcdee43442e55719e570fa0bc737a71 (patch) | |
tree | 2413dd5bf2274c9869c88f6f6e00e789cb055db3 | |
parent | 56976b6be7dcaf191b668827e2d2c3a9c9bb17a5 (diff) | |
download | pfsense-packages-b98046f81bcdee43442e55719e570fa0bc737a71.tar.gz pfsense-packages-b98046f81bcdee43442e55719e570fa0bc737a71.tar.bz2 pfsense-packages-b98046f81bcdee43442e55719e570fa0bc737a71.zip |
global $g and $config
-rw-r--r-- | packages/bandwidthd/bandwidthd.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/bandwidthd/bandwidthd.inc b/packages/bandwidthd/bandwidthd.inc index 897cb1c5..7ba6f8fd 100644 --- a/packages/bandwidthd/bandwidthd.inc +++ b/packages/bandwidthd/bandwidthd.inc @@ -35,6 +35,7 @@ function bandwidthd_install_deinstall() { } function bandwidthd_install_config() { + global $config, $g; $meta_refresh = $config['installedpackages']['bandwidthd']['config'][0]['metarefresh']; if($meta_refresh) |