globals.inc is required so that we use the correct lock file!

This commit is contained in:
Scott Ullrich 2007-12-16 03:53:35 +00:00
parent 6a19fc38a6
commit 9f2f2ed20f

View File

@ -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();
?>