mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
oopsie, session ip was missing
git-svn-id: file:///svn/phpbb/trunk@4977 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ca74baf476
commit
68d73caefc
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ class session
|
||||||
'session_time' => (int) $current_time,
|
'session_time' => (int) $current_time,
|
||||||
'session_browser' => (string) $this->browser,
|
'session_browser' => (string) $this->browser,
|
||||||
'session_page' => (string) $this->page,
|
'session_page' => (string) $this->page,
|
||||||
|
'session_ip' => (string) $this->ip,
|
||||||
'session_viewonline' => (int) $viewonline,
|
'session_viewonline' => (int) $viewonline,
|
||||||
'session_admin' => (int) $admin,
|
'session_admin' => (int) $admin,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue