Fix: Remove warning in phpmyadmin
This commit is contained in:
parent
e547fbbaf7
commit
2a587d7c87
@ -34,7 +34,7 @@ $cfg['PmaAbsoluteUri'] = '';
|
|||||||
* Disable the default warning that is displayed on the DB Details Structure page if
|
* Disable the default warning that is displayed on the DB Details Structure page if
|
||||||
* any of the required Tables for the relationfeatures could not be found
|
* any of the required Tables for the relationfeatures could not be found
|
||||||
*/
|
*/
|
||||||
$cfg['PmaNoRelation_DisableWarning'] = FALSE;
|
$cfg['PmaNoRelation_DisableWarning'] = TRUE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
|
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user