cleaning up, and minor fixes

This commit is contained in:
Ubergeek 2019-07-13 11:51:48 -04:00
parent b2f91d5c72
commit 251cbb17a0
3 changed files with 7 additions and 6 deletions

View File

@ -9,11 +9,11 @@ If you have any questions or problems relating to our service, or this website,
<option value="abuse">Abuse</option>
<option value="support">Support</option>
<option value="copyright">Copyright Problem</option></td></tr>
<tr><td>Type the word tildeverse here:</td> <td> <input type='textarea' name='tv'>
</select><br> </td></tr>
<tr><td>Type the word tildeverse here:</td> <td> <input type='textarea' name='tv'></td></tr>
<tr><td>Message:</td><td> <input type='textarea' name='message'><br><td>
</table>
Message: <input type='textarea' name='message'><br>
<input type='submit'>
</form>

View File

@ -10,8 +10,9 @@ If you have any questions or problems, feel free to contact us.
<tr><td>What interests you about thunix:</td> <td> <input type='textarea' name='interest'></td></tr>
<tr><td>SSH Public Key:</td> <td> <input type='textarea' name='pubkey'></td></tr>
<tr><td>Type the word tildeverse here:</td> <td> <input type='textarea' name='tv'></td></tr>
</table>
<input type='submit'>
</table></form>
</form>
If you don't have a public SSH key, don't worry! Check out [this guide to SSH keys](https://tilde.team/wiki/?page=ssh) and make sure that you only fill in your public SSH key here.

View File

@ -14,8 +14,8 @@ $mailbody = "The following submission via the contact form was recieved:
Real Name: $name
Email Address: $email
Type: $interest
Message: $message";
Type: $subject
Message: $body";
if ( $tv != "tildeverse" ) {
print "Spam attempt";