mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 17:14:04 +01:00
removed BMP from pre-installation check
This commit is contained in:
parent
b52e2b1eb3
commit
bb4c98152d
@ -137,7 +137,6 @@
|
|||||||
row('JPEG', function_exists('imagecreatefromjpeg'));
|
row('JPEG', function_exists('imagecreatefromjpeg'));
|
||||||
row('PNG', function_exists('imagecreatefrompng'));
|
row('PNG', function_exists('imagecreatefrompng'));
|
||||||
row('GIF', function_exists('imagecreatefromgif'));
|
row('GIF', function_exists('imagecreatefromgif'));
|
||||||
row('BMP', function_exists('imagecreatefrombmp'));
|
|
||||||
|
|
||||||
// Database drivers
|
// Database drivers
|
||||||
$drivers = PDO::getAvailableDrivers();
|
$drivers = PDO::getAvailableDrivers();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user