Skip to content

Commit

Permalink
update frontend mariadb version display
Browse files Browse the repository at this point in the history
  • Loading branch information
licess committed Jun 1, 2018
1 parent 05ee5d4 commit 021c782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/main.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DB_Info=('MySQL 5.1.73' 'MySQL 5.5.60' 'MySQL 5.6.40' 'MySQL 5.7.22' 'MySQL 8.0.11' 'MariaDB 5.5.59' 'MariaDB 10.0.34' 'MariaDB 10.1.32' 'MariaDB 10.2.14')
DB_Info=('MySQL 5.1.73' 'MySQL 5.5.60' 'MySQL 5.6.40' 'MySQL 5.7.22' 'MySQL 8.0.11' 'MariaDB 5.5.60' 'MariaDB 10.0.35' 'MariaDB 10.1.33' 'MariaDB 10.2.14')
PHP_Info=('PHP 5.2.17' 'PHP 5.3.29' 'PHP 5.4.45' 'PHP 5.5.38' 'PHP 5.6.36' 'PHP 7.0.30' 'PHP 7.1.18' 'PHP 7.2.6')
Apache_Info=('Apache 2.2.34' 'Apache 2.4.33')

Expand Down

0 comments on commit 021c782

Please sign in to comment.