mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
fixes & partial sqlite support
This commit is contained in:
@@ -48,7 +48,15 @@ if (file_exists(PATH . 'config.php'))
|
||||
|
||||
include_once PATH . 'includes/functions.php';
|
||||
|
||||
include_once PATH . 'includes/mysqli.php';
|
||||
if (isset($dbtype) && $dbtype == 'sqlite')
|
||||
{
|
||||
include PATH . 'includes/sqlite.php';
|
||||
}
|
||||
else
|
||||
{
|
||||
include PATH . 'includes/mysqli.php';
|
||||
}
|
||||
|
||||
|
||||
include_once 'includes/functions_install.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user