mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
fixes sqlite3 error
This commit is contained in:
@@ -133,6 +133,7 @@ case 'c':
|
||||
|
||||
$no_config = ! file_exists(PATH . 'config.php') || ig('force') ? false : true;
|
||||
$writeable_path = is_writable(PATH) ? true : false;
|
||||
$sqlite3_exists = class_exists('SQLite3');
|
||||
|
||||
echo gettpl('configs.html');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user