Revision 10f0a7f0
Added by Ermal Luçi over 16 years ago
etc/rc.prunecaptiveportal | ||
---|---|---|
31 | 31 |
*/ |
32 | 32 |
|
33 | 33 |
/* parse the configuration and include all functions used below */ |
34 |
require_once("functions.inc"); |
|
35 |
require_once("globals.inc"); |
|
34 |
/* config.inc retrives the util.inc and globals.inc */ |
|
36 | 35 |
require_once("config.inc"); |
36 |
require_once("captiveportal.inc"); |
|
37 | 37 |
|
38 | 38 |
captiveportal_prune_old(); |
39 | 39 |
?> |
Also available in: Unified diff
Reduce includes.