Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup/frames/index.inc.php')
-rw-r--r--setup/frames/index.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 16823da658..c291c3c327 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -65,7 +65,7 @@ if (!$config_writable || !$config_readable) {
// Check https connection
//
$is_https = !empty($_SERVER['HTTPS'])
- && $GLOBALS['PMA_String']->strtolower($_SERVER['HTTPS']) == 'on';
+ && /*overload*/mb_strtolower($_SERVER['HTTPS']) == 'on';
if (!$is_https) {
$text = __(
'You are not using a secure connection; all data (including potentially '