Skip to content

Commit

Permalink
Stupid SQLITE FoxUSA/OpenNote#73
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxUSA committed Sep 7, 2014
1 parent d3e4775 commit bcdc372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Service/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ public static function generateConfig( $pdoMethod,
switch ($_GET["step"]){
case "1":
echo " <p>Please select a database type you wish to use:</p>
<p><a href='?step=2-mysql' class='btn btn-default'>MySQL</a></p>
<p><a href='?step=2-sqlite' class='btn btn-default'>sqlite(Recomended)</a></p>";
<p><a href='?step=2-mysql' class='btn btn-default'>MySQL(Recomended)</a></p>
<p><a href='?step=2-sqlite' class='btn btn-default'>sqlite</a></p>";

break;

Expand Down

0 comments on commit bcdc372

Please sign in to comment.