From 7e84572eae1756e8a57c63e5b523912c7a50104a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 16 Dec 2007 03:53:41 +0000 Subject: globals.inc is required so that we use the correct lock file! --- etc/rc.prunecaptiveportal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/rc.prunecaptiveportal') 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(); ?> -- cgit v1.1