taubmann / 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

  • define a Session in your main App to restrict access
  • check for this Session at the top of the Script
  • define the Start-path 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
  • to restrict Access to some Files or Mimetypes simply adapt the Arrays $hiddenFiles and $badExtensions at the top of the Script
  • to adapt Language-Labels simply edit/replace $labels (see label_storage.txt)

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

have fun

About

super simple Web-File-Manager in PHP


Languages

Language:PHP 54.9%Language:CSS 45.1%