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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user