Merge #16165 - fix the permission checking avoid logic
Ref:ffc9a28eafRef:0138cb471fRef:f4582e083eSigned-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
1c00db0dfd
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user