diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 8afa31e..93368cd 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,3 +1,5 @@ +The IFM is a web-based filemanager, which comes as a single file solution using HTML5, CSS3, JavaScript and PHP. + ### features - create/edit files and directories diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 3c26e29..8b81fd2 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1 +1 @@ -The IFM is usually locked to it's own directory, so you are not able to go above. You can change that by setting the root_dir in the scripts [configuration](https://github.com/misterunknown/ifm/wiki/Configuration). \ No newline at end of file +The IFM is usually locked to it's own directory (`/home/yunohost.app.ifm`), so you are not able to go above. You can change that by setting `env[IFM_ROOT_DIR] = /home/yunohost.app.ifm` in the PHP config `/etc/php/7.3/fpm/pool.d/ifm.conf` L.434 with this [documentation](https://github.com/misterunknown/ifm/wiki/Configuration). \ No newline at end of file