projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix XSS problem with unsanitized style tags in messages [CVE-2011-2023]
[squirrelmail.git]
/
include
/
timezones.php
diff --git
a/include/timezones.php
b/include/timezones.php
index
bf1aa06
..
5df5ca5
100644
(file)
--- a/
include/timezones.php
+++ b/
include/timezones.php
@@
-1,4
+1,5
@@
<?php
<?php
+
/**
* SquirrelMail Time zone functions
*
/**
* SquirrelMail Time zone functions
*
@@
-12,6
+13,9
@@
* Both subkeys are optional. If they are not present, time zone
* key name is used.
*
* Both subkeys are optional. If they are not present, time zone
* key name is used.
*
+ * @copyright 1999-2011 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
* @package squirrelmail
* @subpackage timezones
*/
* @package squirrelmail
* @subpackage timezones
*/
@@
-83,4
+87,3
@@
function sq_get_tz_key($sTZ) {
return false;
}
}
return false;
}
}
-?>
\ No newline at end of file