Skip to content

Commit 9a9ec32

Browse files
authored
🔥 Disable version check (#7)
1 parent 648938f commit 9a9ec32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

phpmyadmin/rootfs/etc/phpmyadmin/config.inc.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
$cfg['AllowThirdPartyFraming'] = true;
66
$cfg['CheckConfigurationPermissions'] = false;
7-
$cfg['ZeroConf'] = false;
8-
$cfg['UploadDir'] = '';
97
$cfg['SaveDir'] = '';
8+
$cfg['UploadDir'] = '';
9+
$cfg['VersionCheck'] = false;
10+
$cfg['ZeroConf'] = false;
1011

1112
$cfg['Servers'][1]['host'] = getenv("SERVICE_HOST");
1213
$cfg['Servers'][1]['port'] = getenv("SERVICE_PORT");

0 commit comments

Comments
 (0)