upload
This commit is contained in:
commit
a54152fcc0
18 changed files with 658 additions and 0 deletions
3
password.sh
Executable file
3
password.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
php -r "echo password_hash('$1', PASSWORD_BCRYPT);" > secrets/password.secret
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue