Disable OBGzip and VersionCheck

This commit is contained in:
Daniel Berteaud 2014-08-08 14:28:28 +02:00
parent 362eeee886
commit 7405e55573
1 changed files with 2 additions and 0 deletions

View File

@ -49,3 +49,5 @@ $cfg['DefaultLang'] = 'fr';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '/var/lib/phpMyAdmin/upload';
$cfg['SaveDir'] = '/var/lib/phpMyAdmin/save';
$cfg['VersionCheck'] = false;
$cfg['OBGzip'] = false;