https://github.com/ruanfdev/php_file_explorer
A file explorer for a server running PHP
https://github.com/ruanfdev/php_file_explorer
file-explorer php php-file-explorer server-browser
Last synced: 10 months ago
JSON representation
A file explorer for a server running PHP
- Host: GitHub
- URL: https://github.com/ruanfdev/php_file_explorer
- Owner: ruanfdev
- Created: 2023-11-14T13:12:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:51:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T09:54:23.894Z (11 months ago)
- Topics: file-explorer, php, php-file-explorer, server-browser
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP File Explorer
### A file explorer for a server running PHP:
* Place both files `fb.php` and `file.php` in the desired directory
* Navigate to `(YOUR_DIRECTORY/fb.php, e.g. https://example.com/fb.php)` to use the explorer
* Clicking on a folder will open the folder and clicking on a file will download the file
### Note:
* You can rename `fb.php` to anything you like, just make sure to keep the `.php` file extension
* Renaming `file.php` is also possible, you'll just have to make sure to rename the `file.php` instance in `fb.php`