[21216] Fixing CVE-2010-0404, update the CHANGELOG, prepare the already done 16.016 release
Caeies <[email protected]> Wed, 02 Jun 2010 09:19:58 +0000
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 21216
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21216
Author: Caeies
Date: 2010-06-02 09:19:57 +0000 (Wed, 02 Jun 2010)
Log Message:
-----------
Fixing CVE-2010-0404, update the CHANGELOG, prepare the already done 16.016 release
Modified Paths:
--------------
core/branches/branch_0_9_16/login.php
Modified: core/branches/branch_0_9_16/login.php
===================================================================
--- core/branches/branch_0_9_16/login.php 2010-06-02 09:15:48 UTC (rev 21215)
+++ core/branches/branch_0_9_16/login.php 2010-06-02 09:19:57 UTC (rev 21216)
@@ -120,6 +120,9 @@
return '<font color=#FF0000>' . lang('Your session could not be verified.') . '</font>';
break;
+ case 75:
+ return '<font color="FF0000">' . lang('Corrupted session data') . '</font>';
+ break;
default:
return ' ';
}