Add POST form to shorten link, shortened links to database, configuration file
This commit is contained in:
parent
657ee72ecb
commit
513050e131
5 changed files with 150 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
## bcrypt passwd generator ##
|
||||
#############################
|
||||
CMD=$(which htpasswd 2>/dev/null)
|
||||
OPTS="-nBC 15"
|
||||
OPTS="-nBC 12"
|
||||
|
||||
read -p "Username: " USERNAME
|
||||
|
||||
|
|
Reference in a new issue