codersclub / filemanager

super simple Web-File-Manager in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple File-Manager

This is a simple File-Manager giving access to a Start-Folder

Credits

Implementation

  • copy config.sample.php file to config.php
  • define the Start-path in the config.php file
  • to restrict Access to some Files or Mimetypes simply adapt the Arrays $hiddenFiles and $badExtensions in the config.php file
  • to adapt Language-Labels simply edit/replace/clone a language file inside the ./lang/ folder
  • define a Session in your main App to restrict access
  • check for this Session at the top of the Script
  • if you want transfer Filepaths (e.g. to a parent Application like a Text Editor) adapt the JS-Funtion at the very bottom of the Script

if you find security Issues let me know! taubmann AT more-elements DOT com

have fun

https://github.com/taubmann/filemanager

About

super simple Web-File-Manager in PHP


Languages

Language:PHP 66.0%Language:CSS 34.0%