summaryrefslogtreecommitdiffstats
path: root/etc/rc.prunecaptiveportal
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-16 03:53:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-16 03:53:41 +0000
commit7e84572eae1756e8a57c63e5b523912c7a50104a (patch)
tree92419bf21517d2febc26e188cdcba378fc455750 /etc/rc.prunecaptiveportal
parenteb03f14eb43fc3a67ba60be4f1f4f695995928b7 (diff)
downloadpfsense-7e84572eae1756e8a57c63e5b523912c7a50104a.zip
pfsense-7e84572eae1756e8a57c63e5b523912c7a50104a.tar.gz
globals.inc is required so that we use the correct lock file!
Diffstat (limited to 'etc/rc.prunecaptiveportal')
-rwxr-xr-xetc/rc.prunecaptiveportal3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.prunecaptiveportal b/etc/rc.prunecaptiveportal
index 0d20f3d..691aea2 100755
--- a/etc/rc.prunecaptiveportal
+++ b/etc/rc.prunecaptiveportal
@@ -31,8 +31,9 @@
*/
/* parse the configuration and include all functions used below */
- require_once("config.inc");
require_once("functions.inc");
+ require_once("globals.inc");
+ require_once("config.inc");
captiveportal_prune_old();
?>
OpenPOWER on IntegriCloud