Add POST form to shorten link, shortened links to database, configuration file

This commit is contained in:
132ikl 2019-02-22 02:58:38 -05:00
parent 657ee72ecb
commit 513050e131
5 changed files with 150 additions and 12 deletions

View file

@ -3,7 +3,7 @@
## bcrypt passwd generator ##
#############################
CMD=$(which htpasswd 2>/dev/null)
OPTS="-nBC 15"
OPTS="-nBC 12"
read -p "Username: " USERNAME