mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct log prepending value
This commit is contained in:
parent
38f5ac9bae
commit
9eb4257fa9
@ -79,7 +79,7 @@ function getNasIP()
|
||||
}
|
||||
}
|
||||
/* setup syslog logging */
|
||||
openlog("racoon", LOG_ODELAY, LOG_AUTH);
|
||||
openlog("charon", LOG_ODELAY, LOG_AUTH);
|
||||
|
||||
if (isset($_GET)) {
|
||||
$authmodes = explode(",", $_GET['authcfg']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user