From 29e6af1c9566b661864aae512870f944d75f51b5 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Thu, 27 Jul 2017 15:08:39 +0200 Subject: [PATCH] ifmzip.php is now ifmarchive.php --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index d8c0c2b..16ba601 100644 --- a/Contributing.md +++ b/Contributing.md @@ -13,7 +13,7 @@ Includes can be made by putting the filename enclosed by three at signs (`@@@`) Here is a short explanation of what does what: * `src/main.php`: IFM class, core of the IFM * `src/ifm.js`: IFM client application, written in JS -* `src/ifmzip.php`: zip class used by the IFM +* `src/ifmarchive.php`: archive class used by the IFM * `src/style.css`: some custom css * `src/includes/*`: external sources like bootstrap etc. * `src/templates/*`: HTML templates \ No newline at end of file