]> TLD Linux GIT Repositories - packages/phpMyAdmin.git/blob - phpMyAdmin-disable-version-check.patch
- updated to 4.8.1, disabled version check
[packages/phpMyAdmin.git] / phpMyAdmin-disable-version-check.patch
1 diff -ur phpMyAdmin-4.8.1-all-languages.orig/libraries/vendor_config.php phpMyAdmin-4.8.1-all-languages/libraries/vendor_config.php
2 --- phpMyAdmin-4.8.1-all-languages.orig/libraries/vendor_config.php     2018-05-25 02:45:56.000000000 +0000
3 +++ phpMyAdmin-4.8.1-all-languages/libraries/vendor_config.php  2018-05-28 11:02:17.740128884 +0000
4 @@ -66,7 +66,7 @@
5  /**
6   * Default value for check for version upgrades.
7   */
8 -define('VERSION_CHECK_DEFAULT', true);
9 +define('VERSION_CHECK_DEFAULT', false);
10  
11  /**
12   * Path to files with compiled locales (*.mo)