summaryrefslogtreecommitdiffstats
path: root/etc/rc.restart_webgui
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-21 19:10:37 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-21 19:10:37 -0500
commit5f2d078e7d7d2b63c486d7da081f48e4616fc4a7 (patch)
tree797038010f3495a7e482e3614da75c5c6623ca1f /etc/rc.restart_webgui
parentc987ed88bf519f4a5cdd2ebfe68c71d3abecac0e (diff)
downloadpfsense-5f2d078e7d7d2b63c486d7da081f48e4616fc4a7.zip
pfsense-5f2d078e7d7d2b63c486d7da081f48e4616fc4a7.tar.gz
Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed
Diffstat (limited to 'etc/rc.restart_webgui')
-rwxr-xr-xetc/rc.restart_webgui2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.restart_webgui b/etc/rc.restart_webgui
index eef95d5..cffd07c 100755
--- a/etc/rc.restart_webgui
+++ b/etc/rc.restart_webgui
@@ -4,6 +4,8 @@
require("config.inc");
require("functions.inc");
+require("filter.inc");
+require("shaper.inc");
require("captiveportal.inc");
require("rrd.inc");
OpenPOWER on IntegriCloud