the previous commit fixed this issue

This reverts commit 1ae861fc4f.
This commit is contained in:
Arya Kiran 2022-05-31 18:17:50 +05:30
parent 00dac1a596
commit 3d633e5687
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ set | grep ^FORM > /home/ak/test
sshurl=$(echo $FORM_ssh | curl -s -F'file=@-;' https://envs.sh)
if [[ $VALID_EMAIL == 1 ]] && [[ $VALID_USERNAME == 1 ]] && [[ $VALID_SSH == 1 ]]; then
echo "<br>Signup Request has been submitted. More information will be sent to $FORM_email after it is approved.<br>"
echo '<a href=/index.html><-- Go home</a>'
echo '<a href=/index.html>🔙 Go home</a>'
MAILNUM=$RANDOM
echo "Subject: New membership request from $FORM_username <$FORM_email>" > /tmp/membershipemail$MAILNUM