1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-11 10:34:00 +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 Client
* HTML5 and CSS3 compatible browser * HTML5 and CSS3 compatible browser
* activated JavaScript * activated JavaScript
Server Server
* >= PHP 5.4 * >= PHP 5.4
* optional: cURL extention (for remote upload) * optional: cURL extention (for remote upload)
## installation ## installation
Just copy this ifm.php to your webspace - thats all :) Just copy this ifm.php to your webspace - thats all :)
## configuration ## 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). 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 ## 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 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). 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. IT IS HIGHLY RECOMMENDED TO RESTRICT ACCESS TO THE SCRIPT E.G. USING THE APACHE AUTHENTICATION.
## references ## references
I used some nice free icons in my script which I want to mention here: 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) * 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/) * other icons: [Mono icons from tutorial9.net](http://www.tutorial9.net/downloads/108-mono-icons-huge-set-of-minimal-icons/)
## developers ## developers
written by Marco Dickert [(website)](http://misterunknown.de) written by Marco Dickert [(website)](http://misterunknown.de)
designed by Sebastian Langer [(website)](http://sebastianl.de) designed by Sebastian Langer [(website)](http://sebastianl.de)