diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php index 8f6530bbd..437a71123 100644 --- a/install.php +++ b/install.php @@ -71,6 +71,7 @@ if ($buf != "0") { // test PHP modules $mod_groups = array( "thumbnail generation" => array("gd"), + "thumbnail generation" => array("exif"), "database support" => array("mysql", "mysqli", "pgsql", "pdo_mysql", "pdo_pgsql"), "multipaste tarball support" => array("phar"), ); |