mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
mvc: style sweep
This commit is contained in:
parent
c9b1af5eb8
commit
0ee71a7e68
@ -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…
x
Reference in New Issue
Block a user