File Manager Plugin

File manager allows you to do any file/folder operation in your website, like upload, download, delete, create, alte permissions, etc.

File manager has 2 separate config files: config.php and config_admin.php. Config.php is used if you are not logged in. config_admin.php is called if you are logged in. This way, you can have full functions enabled in config_admin.php and only enable the functions you want for your visitors.

You can also define the root folder for the file manager, and so restrict filemanager to a folder you create for public use.

File Manager uses javascript, so you can't have javascript blocked when using it.