diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-11-08 17:25:48 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-11-08 17:27:34 +0100 |
commit | 3d433d5e79231d87eda2f5642e03639f89dad9fa (patch) | |
tree | 7c6283588582cba9221a010de9df0dad3abb2e91 /install.php | |
parent | 8cdef17f7fa034144cf545a382b9be29ce02507b (diff) |
install.php: Check for exif.so
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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"), ); |