fix: MySQLi now only enabled during installation

This commit is contained in:
Martin Ambrus
2017-08-28 17:49:37 +02:00
parent 192b45bc05
commit d497674bad
+2 -2
View File
@@ -195,8 +195,8 @@ echo "<div class=\"headline\"><span class=\"f10 c5\">Error creating constant.php
<td><span class="f9 c6">DB name:</span></td><td><input type="text" name="sdb" id="sdb"></td></tr><tr>
<td><span class="f9 c6">Prefix:</span></td><td><input type="text" name="prefix" id="prefix" value="s1_" size="5"></td></tr>
<td><span class="f9 c6">Type:</span></td><td><select name="connectt">
<option value="0" selected="selected">MYSQL</option>
<option value="1">MYSQLi</option>
<option value="0" disabled="disabled">MYSQL (deprecated, removed in PHP 7)</option>
<option value="1" selected="selected">MYSQLi</option>
</select></td></tr>
</table>
</p>