diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php index 4ce67e5ff5..6d9e91df71 100644 --- a/libraries/classes/Config.php +++ b/libraries/classes/Config.php @@ -763,7 +763,7 @@ class Config // This check is normally done after loading configuration $this->checkWebServerOs(); - if ($this->get('PMA_IS_WINDOWS') !== true) { + if ($this->get('PMA_IS_WINDOWS') === true) { return; }