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
/
check.php
diff --git
a/include/timezones/check.php
b/include/timezones/check.php
index 2fff3a79dad465437f6f45e17e0d359602fe2cab..8c5e8088c085371ae3178cfc8d2ca404bb6a8e3f 100644
(file)
--- a/
include/timezones/check.php
+++ b/
include/timezones/check.php
@@
-3,7
+3,7
@@
/**
* SquirrelMail time zone library - time zone validation script.
*
/**
* SquirrelMail time zone library - time zone validation script.
*
- * @copyright
© 2005-2006
The SquirrelMail Project Team
+ * @copyright
2005-2011
The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail
@@
-215,4
+215,3
@@
if (! $error) {
echo "\n";
echo "Done!\n";
echo "\n";
echo "Done!\n";
-?>
\ No newline at end of file