From 8270a1c1e16bf614a5a37d7d79a9afbce649a2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 21 Jul 2017 15:02:57 +0200 Subject: Indicate SSL status on main page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - indicate status on main page - indicate possible configuration issues - show in red if remote connection is not using SSL - add overview documentation for server SSL setup Fixes #12354 Signed-off-by: Michal Čihař --- index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 91314bd0db..3d236fd025 100644 --- a/index.php +++ b/index.php @@ -306,6 +306,10 @@ if ($server > 0 && $GLOBALS['cfg']['ShowServerInfo']) { __('Server type:') . ' ' . PhpMyAdmin\Util::getServerType(), 'li_server_type' ); + PMA_printListItem( + __('Server connection:') . ' ' . PhpMyAdmin\Util::getServerSSL(), + 'li_server_type' + ); PMA_printListItem( __('Server version:') . ' ' -- cgit v1.2.3