be1288ac60d7d0a93c1c60c32d078d7c4bdc84aa
This change solves several bug:
1) FM_EDIT_FILE constant not defined, I added to solve this line:
define('FM_EDIT_FILE', $edit_files);
2) Html Validation issue: acion="" cannot be empty. I replaced all action="" with:
action="<?php echo htmlspecialchars($_SERVER['PHP_SELF']); ?>"
3) Login Form contains a lot of HTML + PHP + JS not used and then produces php notice. I solved adding two news header and footer login which are basic HTML + CSS
fm_show_header_login();
and
fm_show_footer_login();
This solves several issue due to unused HTML + PHP + JS elements.
Tiny PHP File Manager
Tiny file manager in single php file
Requirements
- PHP 5.2 or higher.
- Zip extension for zip and unzip actions.
- Fileinfo, iconv and mbstring extensions are strongly recommended.
How to use
Download ZIP with latest version from master branch.
Copy tinyfilemanager.php to your website folder and open it with web browser (e.g. http://yoursite/any_path/tinyfilemanager.php).
Default username/password: admin/admin. password has encripted with MD5.
Warning: Please set your own username and password in $auth_users before use.
To enable/disable authentication set $use_auth to true or false.
📢 Features
- 💿 Open Source, light and extremely simple
- :information_source:Basic features likes Create, Delete, Modify, View, Download, Copy and Move files
- ⏫ Ability to upload multiple files
- 📁 Ability to create folders and files
- 🎁 Ability to compress, extract files
- 😎 Support user permissions - based on session
- 💾 Copy direct file URL
- ✏️ Edit text formats file using advanced editor
- ⚡ Backup files
- 🔎 Search - Advanced Ajax based seach
- 🌴 Tree file view
- ‼️ lots more...
Source: filemanager(original version) were built by alexantr.
This is an excellent and improved version of the original.
Description
Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
code-editorfile-browserfile-explorerfile-management-systemfile-managerfile-uploadfilemanagerfolder-viewerftp-clientonline-idephptinyfilemanagerurl-uploadweb-file-storagezero-configuration
Readme
9.5 MiB
Languages
PHP
99.7%
Dockerfile
0.3%