diff --git a/Service/install.php b/Service/install.php index 2130a23..cd5055d 100644 --- a/Service/install.php +++ b/Service/install.php @@ -76,8 +76,8 @@ public static function generateConfig( $pdoMethod, switch ($_GET["step"]){ case "1": echo "

Please select a database type you wish to use:

-

MySQL

-

sqlite(Recomended)

"; +

MySQL(Recomended)

+

sqlite

"; break;