From 151c62e9e31418ada01d76a88dc3784b5bac78fc Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 23 Sep 2015 12:48:50 +0200 Subject: [PATCH] Don't force redirection on server 1 --- root/usr/share/phpMyAdmin/sso.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/share/phpMyAdmin/sso.php b/root/usr/share/phpMyAdmin/sso.php index 1c6fa72..8aba855 100644 --- a/root/usr/share/phpMyAdmin/sso.php +++ b/root/usr/share/phpMyAdmin/sso.php @@ -9,7 +9,7 @@ if(isset($_SERVER['REMOTE_USER']) && isset($login[$_SERVER['REMOTE_USER']]) && i $_SESSION['PMA_single_signon_user'] = $login[$_SERVER['REMOTE_USER']]; $_SESSION['PMA_single_signon_password'] = $password[$_SERVER['REMOTE_USER']]; session_write_close(); - header('Location: /index.php?server=1'); + header('Location: /index.php'); } else { // This location is forbiden