Merge pull request #146 from soul9/fix_pma_sso

latest security update of phpmyadmin (on wheezy) seems to have disabled the index.php, forcing the browser to go there directly
This commit is contained in:
Benjamin Sonntag 2017-06-07 15:15:07 +02:00 committed by GitHub
commit 957098327c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if (!$r=$mysql->php_myadmin_connect()) {
$_SESSION['PMA_single_signon_host'] = $r["host"]; // pma >= 2.11
session_write_close();
// finally redirect to phpMyAdmin :
header("Location: /alternc-sql/");
header("Location: /alternc-sql/index.php");
exit();
}