Skip to content

Commit 213153d

Browse files
committed
Updated phpMyAdmin Download Link & tested AppLoader with PHP7.4 / Yearly maintenance release
1 parent b2d9f4f commit 213153d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

AppLoader/index.php

Lines changed: 3 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.2
12+
* @version 1.0.3
1313
* @package AppLoader
14-
* @copyright (c)2019 CBACK Software
14+
* @copyright (c)2020 CBACK Software
1515
* @link https://cback.net
1616
* @license MIT License
1717
*
@@ -44,7 +44,7 @@ class CBACKAppLoader
4444
* @access private
4545
*/
4646
private $appDownloads = array(
47-
array('phpMyAdmin', 'pma', 'https://files.phpmyadmin.net/phpMyAdmin/4.8.5/phpMyAdmin-4.8.5-all-languages.zip'),
47+
array('phpMyAdmin', 'pma', 'https://files.phpmyadmin.net/phpMyAdmin/5.0.2/phpMyAdmin-5.0.2-all-languages.zip'),
4848
array('MySQLDumper', 'msd', 'https://github.com/DSB/MySQLDumper/archive/master.zip')
4949
);
5050

0 commit comments

Comments
 (0)