From bec836f87b4f4bcced470a301ca0dbefbdc9003d Mon Sep 17 00:00:00 2001 From: John Soros Date: Fri, 20 Jan 2017 17:41:52 +0100 Subject: [PATCH] latest security update of phpmyadmin seems to have disabled the indexes so we need to explicitely redirect to .../index.php --- bureau/admin/sql_pma_sso.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/admin/sql_pma_sso.php b/bureau/admin/sql_pma_sso.php index 98698478..5daf9e00 100644 --- a/bureau/admin/sql_pma_sso.php +++ b/bureau/admin/sql_pma_sso.php @@ -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(); }