* finish task #2363,2364.

This commit is contained in:
wangyidong
2015-11-05 17:27:59 +08:00
parent 015401d1e0
commit e003ed01f0
14 changed files with 245 additions and 5 deletions
+1 -1
View File
@@ -480,7 +480,7 @@ class router
{
foreach($_COOKIE as $cookieKey => $cookieValue)
{
if(preg_match('/[^a-zA-Z0-9=_- ,`+\/\.]/', $cookieValue)) unset($_COOKIE[$cookieKey]);
if(preg_match('/[^a-zA-Z0-9=_\- ,`+\/\.]/', $cookieValue)) unset($_COOKIE[$cookieKey]);
}
}