1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-10 01:56:30 +02:00
This commit is contained in:
misterunknown
2013-12-17 10:56:27 +01:00
parent 8ea2d4b7a0
commit 68141d6f14

View File

@@ -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)