summaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php
index df3868074..8f6530bbd 100644
--- a/install.php
+++ b/install.php
@@ -72,6 +72,7 @@ if ($buf != "0") {
$mod_groups = array(
"thumbnail generation" => array("gd"),
"database support" => array("mysql", "mysqli", "pgsql", "pdo_mysql", "pdo_pgsql"),
+ "multipaste tarball support" => array("phar"),
);
foreach ($mod_groups as $function => $mods) {
$found = 0;