Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagaswihant/filemanager-web-base
https://github.com/bagaswihant/filemanager-web-base
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bagaswihant/filemanager-web-base
- Owner: BagasWihant
- Created: 2024-10-01T04:03:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T04:23:40.000Z (4 months ago)
- Last Synced: 2024-11-06T23:16:34.527Z (3 months ago)
- Language: PHP
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is file maneger web base with source https://github.com/prasathmani/tinyfilemanager
# How to install
1. download zip this git
2. extrat into your web server
3. done
## auth
auth user is in `$auth_users` variable with format like```
user => password
```
password using password_hash, if want change password
```
user => password_hash('passwordnya', PASSWORD_DEFAULT)
```## spesific folder
spesific folder set in `$folderShare` variable