diff --git a/cgi-bin/form.cgi b/cgi-bin/form.cgi index 62ba9ba..0b56325 100755 --- a/cgi-bin/form.cgi +++ b/cgi-bin/form.cgi @@ -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 "
Signup Request has been submitted. More information will be sent to $FORM_email after it is approved.
" - echo '🔙 Go home' + echo '<-- Go home' MAILNUM=$RANDOM echo "Subject: New membership request from $FORM_username <$FORM_email>" > /tmp/membershipemail$MAILNUM