From e1f6ddab39486dd9819a20b5538f8b6c6b7c7e66 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 2 Nov 2014 13:29:33 +0100 Subject: Add tarball support to multipastes Signed-off-by: Florian Pritz --- install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'install.php') 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; -- cgit v1.2.3-24-g4f1b