summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luci <eri@pfsense.org>2009-06-18 12:01:35 +0000
committerErmal Luci <eri@pfsense.org>2009-06-18 12:01:35 +0000
commit4b9980ecfff36202b6ea8dbf7d41e44f78ba52f3 (patch)
tree3d84beb8a489bc04b48c5573b937da7442293861 /etc
parent3420028c73772a39d24cd5c1d92db173c4698e46 (diff)
downloadpfsense-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')
-rw-r--r--etc/inc/vslb.inc4
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();
OpenPOWER on IntegriCloud