mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
globals.inc is required so that we use the correct lock file!
This commit is contained in:
parent
6a19fc38a6
commit
9f2f2ed20f
@ -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();
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user