]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix installation template
authorRobin Appelman <icewind1991@gmail.com>
Sun, 17 Apr 2011 11:33:22 +0000 (13:33 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Sun, 17 Apr 2011 11:33:30 +0000 (13:33 +0200)
templates/installation.php

index 6e555e843f2ae1a5a8ac224815be15d946e53d73..ca4ea0e5d24ee867282e91e3f706ba04c8791dba 100644 (file)
                                        <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>
-                                               <p><input type="text" name="dbname" value="database name" /></p>
+                                       <p><input type="text" name="dbuser" value="admin / username" /></p>
+                                       <p><input type="password" name="dbpass" value="password" /></p>
+                                       <p><input type="text" name="dbname" value="database name" /></p>
                                <?php endif;?>
                                <?php if($_['hasMySQL'] and !$_['hasSQLite']): ?>
                                        <input type='hidden' name='dbtype' value='mysql'/>