Update configs.html

This commit is contained in:
Hani Rouatbi
2022-08-21 16:51:23 +01:00
committed by GitHub
parent dd25fcb658
commit 6c0db0d6b6

View File

@@ -10,7 +10,7 @@
<td class="TdInput">
<select name="db_type" id="db_type" style="text-align:left;direction:ltr">
<option value="mysqli" selected>{{echo $lang['DB_TYPE_MYSQLI']}}</option>
{{if ($sqlite3_exists):}}
{{if ($GLOBALS['sqlite3_exists']):}}
<option value="sqlite">{{echo $lang['DB_TYPE_SQLITE']}}</option>
{{endif;}}
</select>