Browse Source

removed BMP from pre-installation check

pull/40/head
Savetheinternet 13 years ago
parent
commit
bb4c98152d
  1. 1
      install.php

1
install.php

@ -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…
Cancel
Save