summaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php
index e9cf8611c..2930de379 100644
--- a/install.php
+++ b/install.php
@@ -63,8 +63,8 @@ if ($buf != "0") {
// test PHP modules
$mod_groups = array(
- "thumbnail generation" => array("gd"),
- "thumbnail generation" => array("exif"),
+ "thumbnail generation - GD" => array("gd"),
+ "thumbnail generation - EXIF" => array("exif"),
"database support" => array("mysql", "mysqli", "pgsql", "pdo_mysql", "pdo_pgsql"),
"multipaste tarball support" => array("phar"),
);