From 68141d6f14d5a911a4e42f54ddac6e8ccd195162 Mon Sep 17 00:00:00 2001 From: misterunknown Date: Tue, 17 Dec 2013 10:56:27 +0100 Subject: [PATCH] fixes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0709d20..ad61a05 100644 --- a/README.md +++ b/README.md @@ -5,23 +5,29 @@ The IFM comes with a embedded Version of [jQuery](http://jquery.com) and [CodeMi Client * HTML5 and CSS3 compatible browser * activated JavaScript + Server * >= PHP 5.4 * optional: cURL extention (for remote upload) + ## installation Just copy this ifm.php to your webspace - thats all :) + ## configuration The configuration array is located at the top of the script, so you can customize it as you like. The directives in the array are commented and named laconically. If you have questions anyway [write me an email](mailto:marco@misterunknown.de). + ## security information The IFM was developed with the assumption that the highest level of operation is the scripts own location. So it is neither possible to nagivate nor to use any API function above the script root. The configuration is convenant for the client part (JavaScript: ifm.config) as well as for the API part (PHP: $config). IT IS HIGHLY RECOMMENDED TO RESTRICT ACCESS TO THE SCRIPT E.G. USING THE APACHE AUTHENTICATION. + ## references I used some nice free icons in my script which I want to mention here: * file icons: [Free file icons by Teambox](https://github.com/teambox/Free-file-icons) * other icons: [Mono icons from tutorial9.net](http://www.tutorial9.net/downloads/108-mono-icons-huge-set-of-minimal-icons/) + ## developers written by Marco Dickert [(website)](http://misterunknown.de) designed by Sebastian Langer [(website)](http://sebastianl.de)