Skip to content

Commit b60d8ce

Browse files
committed
Updated phpMyAdmin 5 Download Link & added phpMyAdmin 4 download as option for older PHP environments
1 parent 213153d commit b60d8ce

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

AppLoader/index.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
*
1010
*
1111
* @author Christian Knerr
12-
* @version 1.0.3
12+
* @version 1.0.4
1313
* @package AppLoader
14-
* @copyright (c)2020 CBACK Software
14+
* @copyright (c)2021 CBACK Software
1515
* @link https://cback.net
1616
* @license MIT License
1717
*
@@ -44,7 +44,8 @@ class CBACKAppLoader
4444
* @access private
4545
*/
4646
private $appDownloads = array(
47-
array('phpMyAdmin', 'pma', 'https://files.phpmyadmin.net/phpMyAdmin/5.0.2/phpMyAdmin-5.0.2-all-languages.zip'),
47+
array('phpMyAdmin 5 (for PHP >= 7.1)', 'pma5', 'https://files.phpmyadmin.net/phpMyAdmin/5.0.4/phpMyAdmin-5.0.4-all-languages.zip'),
48+
array('phpMyAdmin 4 (for PHP 5.5 - 7.4)', 'pma4', 'https://files.phpmyadmin.net/phpMyAdmin/4.9.7/phpMyAdmin-4.9.7-all-languages.zip'),
4849
array('MySQLDumper', 'msd', 'https://github.com/DSB/MySQLDumper/archive/master.zip')
4950
);
5051

0 commit comments

Comments
 (0)