fix so maradb 10.1 install can create the database.

This commit is contained in:
Harry G. Coin
2016-04-25 21:34:44 -05:00
parent fd313a7c66
commit 9986d2875b
2 changed files with 5 additions and 5 deletions
@@ -80,6 +80,7 @@
//set defaults
if (strlen($db_host) == 0) { $db_host = 'localhost'; }
if (strlen($db_port) == 0) { $db_port = '3306'; }
if (is_null($db_create)) { $db_create = '0'; }
//if (strlen($db_name) == 0) { $db_name = 'fusionpbx'; }
echo "<tr>\n";