fix installation template

remotes/origin/stable
Robin Appelman 14 years ago
parent 6affa3281a
commit a8f823fc7f
  1. 2
      templates/installation.php

@ -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>

Loading…
Cancel
Save