diff options
author | Ermal Luci <eri@pfsense.org> | 2009-06-18 12:01:35 +0000 |
---|---|---|
committer | Ermal Luci <eri@pfsense.org> | 2009-06-18 12:01:35 +0000 |
commit | 4b9980ecfff36202b6ea8dbf7d41e44f78ba52f3 (patch) | |
tree | 3d84beb8a489bc04b48c5573b937da7442293861 /etc/inc | |
parent | 3420028c73772a39d24cd5c1d92db173c4698e46 (diff) | |
download | pfsense-4b9980ecfff36202b6ea8dbf7d41e44f78ba52f3.zip pfsense-4b9980ecfff36202b6ea8dbf7d41e44f78ba52f3.tar.gz |
Do not include things just for being able too. Reduce a it to only config.inc
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/vslb.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc index 06a8e38..dc53dcd 100644 --- a/etc/inc/vslb.inc +++ b/etc/inc/vslb.inc @@ -31,9 +31,7 @@ /* DISABLE_PHP_LINT_CHECKING */ /* include all configuration functions */ -require_once("functions.inc"); -require_once("pkg-utils.inc"); -require_once("notices.inc"); +require_once("config.inc"); class Monitor { private $conf = array(); |