|
|
|
@ -27,6 +27,8 @@ |
|
|
|
|
<p><label class="left">Database</label></p> |
|
|
|
|
<p><input type="radio" name="dbtype" value='sqlite' id="sqlite" checked="checked" /><label for="sqlite">SQLite</label> |
|
|
|
|
<input type="radio" name="dbtype" value='mysql' id="mysql"><label for="mysql">MySQL</label></p> |
|
|
|
|
<?php endif;?> |
|
|
|
|
<?php if($_['hasMySQL']): ?> |
|
|
|
|
<div id="use_mysql"> |
|
|
|
|
<p><input type="text" name="dbuser" value="admin / username" /></p> |
|
|
|
|
<p><input type="password" name="dbpass" value="password" /></p> |
|
|
|
|