diff options
Diffstat (limited to 'lib/setup.php')
-rw-r--r-- | lib/setup.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/setup.php b/lib/setup.php index f9bc6fd1bdd..bf7166016d4 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -1,7 +1,5 @@ <?php -include_once( 'installer.php' ); - $hasSQLite = (is_callable('sqlite_open') or class_exists('SQLite3')); $hasMySQL = is_callable('mysql_connect'); $datadir = OC_CONFIG::getValue('datadir', $SERVERROOT.'/data'); |