Merge branch 'QA_3_3'

This commit is contained in:
Michal Čihař
2010-08-17 15:31:06 +02:00

View File

@@ -110,5 +110,6 @@ function PMA_secureSession()
{
// prevent session fixation and XSS
session_regenerate_id(true);
$_SESSION[' PMA_token '] = md5(uniqid(rand(), true));
}
?>