projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf81df
)
Bug #9046: Log username when logging out
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 19 May 2010 17:06:34 +0000
(11:06 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 19 May 2010 17:06:43 +0000
(11:06 -0600)
horde/login.php
patch
|
blob
|
history
diff --git
a/horde/login.php
b/horde/login.php
index
7ce0093
..
0ed4e9a
100644
(file)
--- a/
horde/login.php
+++ b/
horde/login.php
@@
-159,7
+159,7
@@
if ($error_reason) {
? $prefs->getValue('language')
: Horde_Nls::select();
- $entry = sprintf('User %s [%s] logged out of Horde',
$is_auth
, $_SERVER['REMOTE_ADDR']);
+ $entry = sprintf('User %s [%s] logged out of Horde',
Horde_Auth::getAuth()
, $_SERVER['REMOTE_ADDR']);
Horde::logMessage($entry, 'NOTICE');
Horde_Auth::clearAuth();
@session_destroy();