Skip to content

thinkdj/simple-php-file-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PHP File Manager

A very simple PHP file manager. All the code is contained in a single php file.

What's different in this fork?

  • Delete Confirmation
  • Files to hide are configurable

Key Features

  • Single file, there are no images, or css folders
  • Ajax based so it is fast, but doesn't break the back button
  • Allows drag and drop file uploads if folder is writable by the webserver
  • Simple and minimalistic UI. More like Dropbox, and less like Windows Explorer
  • Works with Unicode file names
  • The interface is usable from an iPad
  • XSRF protection (though no authentication system)

Getting Started

Copy index.php to a folder on your web server.

Screenshot

Screenshot

Todo

  • UI Enhancements

Check out aceList for managing your website subscribers

Follow me @thinkdj

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%