1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-24 00:23:06 +02:00

misterunknown: replaced old zip class, added ability to download script root as a zip file

This commit is contained in:
Marco Dickert
2016-11-23 05:19:03 +01:00
parent d4ca4a3cf0
commit ed260c2573
5 changed files with 223 additions and 449 deletions

View File

@@ -7,7 +7,7 @@ $IFM_INCLUDES = "src/includes.php";
$IFM_MAIN = "src/main.php";
$IFM_STYLE = "src/style.css";
$IFM_JS = "src/ifm.js";
$IFM_OTHER_PHPFILES = array("src/zip_file.php");
$IFM_OTHER_PHPFILES = array("src/ifmzip.php");
$filename = "ifm.php";