1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-14 20:14:05 +02:00

added support for archive file types: tar, tar.gz, tar.bz2, tgz

closes #44
This commit is contained in:
Marco Dickert
2017-07-26 02:32:32 +02:00
parent edd460b996
commit 8b02b57a41
6 changed files with 157 additions and 67 deletions

View File

@@ -9,7 +9,7 @@
chdir( realpath( dirname( __FILE__ ) ) );
$IFM_SRC_MAIN = "src/main.php";
$IFM_SRC_PHPFILES = array( "src/ifmzip.php", "src/htpasswd.php" );
$IFM_SRC_PHPFILES = array( "src/ifmarchive.php", "src/htpasswd.php" );
$IFM_SRC_JS = "src/ifm.js";
$IFM_BUILD_STANDALONE = "ifm.php";