Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 70e39f4

Browse files
author
NerdOfLinux
authored
Create README.md
1 parent e7c92d8 commit 70e39f4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# admin-panel
2+
This is a very sucky admin panel that is in pre-pre-pre-pre-pre-pre-pre-pre-alpha stages. So far it can run shell commands, and basic MySQL queries. It has a simple UI, and the passwords in the database are now hashed, as opposed to the plaintext they used to be.
3+
4+
## Set-Up
5+
To set it up, create a MySQL database, with the fields `name` and `password`. Put your desired username in the `name` field, and the password in the `password` field. The password must be PHP hashed, to do so, run:
6+
7+
```shell
8+
php -r 'echo password_hash("password", PASSWORD_DEFAULT);'; echo ""
9+
```
10+
on a LAMP install,and that's the password you put in to the database.

0 commit comments

Comments
 (0)