mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
Update configs.html
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user