Added the better create database support

This commit is contained in:
Matthew Vale
2015-11-30 16:25:36 +00:00
parent a34563f545
commit e76645401d
3 changed files with 69 additions and 30 deletions

View File

@@ -45,6 +45,7 @@ require_once "resources/classes/text.php";
$db_name = '';
$db_username = '';
$db_password = '';
$db_create_option = 'none';
$db_create_username = '';
$db_create_password = '';