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

https://github.com/sinhapaurush/adminver


https://github.com/sinhapaurush/adminver

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

Create $admin_cred variable in strings.php and define array of credentials.
EG ARRAY
$admin_cred = array(
array(
"mail"=>"email",
"password"=>"pass",
"name"=>"name"
)
);