mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
mvc: style sweep
This commit is contained in:
parent
c9b1af5eb8
commit
0ee71a7e68
1 changed files with 3 additions and 1 deletions
|
|
@ -160,7 +160,9 @@ class ControllerRoot extends Controller
|
|||
) {
|
||||
// session expired / cleanup session data
|
||||
$this->getLogger('audit')->notice(sprintf(
|
||||
"session expired (%s @ %s)", $this->session->get("Username"), $_SERVER['REMOTE_ADDR']
|
||||
"session expired (%s @ %s)",
|
||||
$this->session->get("Username"),
|
||||
$_SERVER['REMOTE_ADDR']
|
||||
));
|
||||
$this->session->remove("Username");
|
||||
$this->session->remove("last_access");
|
||||
|
|
|
|||
Loading…
Reference in a new issue