[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_5-20-ge8cf1ac

Michal Čihař nijel at users.sourceforge.net
Tue Aug 17 15:31:22 CEST 2010


The branch, QA_3_3 has been updated
       via  e8cf1ac6773cf868ff79ed286494ea13b58da528 (commit)
      from  9e2a3f207b0d983d7c2998670232e7c0632146fb (commit)


- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 libraries/session.inc.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libraries/session.inc.php b/libraries/session.inc.php
index d222394..f1ae661 100644
--- a/libraries/session.inc.php
+++ b/libraries/session.inc.php
@@ -101,5 +101,6 @@ function PMA_secureSession()
 {
     // prevent session fixation and XSS
     session_regenerate_id(true);
+    $_SESSION[' PMA_token '] = md5(uniqid(rand(), true));
 }
-?>
\ No newline at end of file
+?>


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list