From 1ae861fc4f2a68c35dd8abf7ea0ee5890c1414cc Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Tue, 31 May 2022 18:08:23 +0530 Subject: [PATCH] Back arrow unicode doesnt render, so use ascii instead --- cgi-bin/form.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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