latest security update of phpmyadmin seems to have disabled the indexes so we need to explicitely redirect to .../index.php

This commit is contained in:
John Soros 2017-01-20 17:41:52 +01:00
parent 77a7849119
commit bec836f87b
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();
}