mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
require_once auth.inc in vpn.inc since it uses functions from there, though normal use of the system won't require that, those who run certain things manually/custom may require it
This commit is contained in:
parent
c513ef24af
commit
e08b45e44f
@ -58,6 +58,7 @@
|
||||
|
||||
require_once("ipsec.inc");
|
||||
require_once("filter.inc");
|
||||
require_once("auth.inc");
|
||||
|
||||
function vpn_update_daemon_loglevel($category, $level) {
|
||||
global $ipsec_log_cats, $ipsec_log_sevs;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user