[phpMyAdmin Git] [phpmyadmin/phpmyadmin] d78e17: Do not use dirname for calculating cookie path

Michal Čihař michal at cihar.com
Fri May 27 11:13:09 CEST 2016


  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: d78e173b34b2a318677e30900a4399b53d9b28b3
      https://github.com/phpmyadmin/phpmyadmin/commit/d78e173b34b2a318677e30900a4399b53d9b28b3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-05-27 (Fri, 27 May 2016)

  Changed paths:
    M ChangeLog
    M libraries/Config.php
    M test/classes/ConfigTest.php

  Log Message:
  -----------
  Do not use dirname for calculating cookie path

It is wrong for this purpose as on Windows this uses \ for both
separating parts and generating result. This fixed calculation of cookie
path on Windows.

Fixes #12249

Signed-off-by: Michal Čihař <michal at cihar.com>




More information about the Git mailing list