X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=check_setup.php;h=2b84a7440d358d486e98119b2f23ee7396b076d2;hb=08718c01e4b8b35fe75b1e04534e028dd26c8c53;hp=96dd0f7d4741bd9ca6128c642cfcdeb661208806;hpb=53ae58e1a1bf097b8eb1af3a532ebf25630f96ec;p=github%2Fwallabag%2Fwallabag.git diff --git a/check_setup.php b/check_setup.php index 96dd0f7d..2b84a744 100644 --- a/check_setup.php +++ b/check_setup.php @@ -13,16 +13,6 @@ if (version_compare(PHP_VERSION, '5.4.0', '<')) { } } -// Check PDO Sqlite -if (! extension_loaded('pdo_sqlite')) { - die('PHP extension required: pdo_sqlite'); -} - -// Check ZIP -if (! extension_loaded('zip')) { - die('PHP extension required: zip'); -} - // Check if /cache is writeable if (! is_writable('cache')) { die('The directory "cache" must be writeable by your web server user');