fixes sqlite3 error

This commit is contained in:
Abdulrahman
2019-07-09 23:30:27 +03:00
parent 9dc9584fff
commit 164419023f
3 changed files with 11 additions and 1 deletions

View File

@@ -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');