forked from leftypol/leftypol
removed BMP from pre-installation check
This commit is contained in:
parent
b52e2b1eb3
commit
bb4c98152d
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@
|
|||
row('JPEG', function_exists('imagecreatefromjpeg'));
|
||||
row('PNG', function_exists('imagecreatefrompng'));
|
||||
row('GIF', function_exists('imagecreatefromgif'));
|
||||
row('BMP', function_exists('imagecreatefrombmp'));
|
||||
|
||||
// Database drivers
|
||||
$drivers = PDO::getAvailableDrivers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue