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:
Chris Buechler 2016-06-21 17:10:58 -05:00
parent c513ef24af
commit e08b45e44f

View File

@ -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;