summaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-11-02 13:29:33 +0100
committerFlorian Pritz <bluewind@xinu.at>2014-11-02 16:29:45 +0100
commite1f6ddab39486dd9819a20b5538f8b6c6b7c7e66 (patch)
treea9216c90f15c64688aba397d63626ef9484b9c43 /install.php
parent9fcab419ba819273ed95fdfa76b08c87d72cb3e8 (diff)
Add tarball support to multipastes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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;