mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Remove support of sqlite2 at installation
This commit is contained in:
@@ -12,7 +12,7 @@ if( file_exists( $autosetup_file )) {
|
||||
|
||||
OC_Util::addScript('setup');
|
||||
|
||||
$hasSQLite = (is_callable('sqlite_open') or class_exists('SQLite3'));
|
||||
$hasSQLite = (is_callable('sqlite_open') and class_exists('SQLite3'));
|
||||
$hasMySQL = is_callable('mysql_connect');
|
||||
$hasPostgreSQL = is_callable('pg_connect');
|
||||
$hasOracle = is_callable('oci_connect');
|
||||
|
||||
Reference in New Issue
Block a user