https://github.com/sinhapaurush/adminver
https://github.com/sinhapaurush/adminver
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sinhapaurush/adminver
- Owner: sinhapaurush
- Created: 2021-05-11T05:43:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T05:48:46.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T07:25:53.158Z (about 1 year ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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"
)
);