Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bagaswihant/filemanager-web-base


https://github.com/bagaswihant/filemanager-web-base

Last synced: about 1 month ago
JSON representation

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