about summary refs log tree commit diff stats
path: root/submit.php
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2018-12-01 01:53:58 -0500
committerahriman <ahriman@falte.red>2018-12-01 01:53:58 -0500
commitf91f1dba9febb38b46f3f10e8b62636aa2320e15 (patch)
tree4e2bbdfb81366439d51a770a5abe0a45c2536e02 /submit.php
parentfc85f18940ba0ca33ecc2a2c6f0f1f917befc0b8 (diff)
downloadsite-f91f1dba9febb38b46f3f10e8b62636aa2320e15.tar.gz
synced files with newest version on site, set up repo
Diffstat (limited to 'submit.php')
-rw-r--r--submit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/submit.php b/submit.php
index 7485c5a..d9e35ea 100644
--- a/submit.php
+++ b/submit.php
@@ -126,7 +126,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) {
         }
  */
 	    $newuserfile = fopen("newusers.csv", "a");
-	    fwrite($newuserfile, "$username $email \"$sshkey\"\n");
+	    fwrite($newuserfile, "$username $email \"$sshkey\"\n\n");
 	    fclose($newuserfile);
         $fuzzyfile = fopen("fuzzies.log", "a");
         fwrite($fuzzyfile, "$username   $email  $interest\n");
@@ -142,7 +142,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) {
     }
 }
 ?>
-<h3>Thank you for signing up! The account should be active within the next five minutes. If it is not, please email <a href="mailto:tilde.institute@protonmail.com">tilde.institute@protonmail.com</a>.</h3>
+<h3>Thank you for signing up! Please allow up to 24 hours for an account to become active. If you have any questions or issues, please email <a href="mailto:tilde.institute@protonmail.com">tilde.institute@protonmail.com</a>.</h3>
 </div>
 </div>
 </body>
revision' href='/ingrix/lynx-snapshots/blame/src/makefile.in?id=eef116fe0730b92d09314c3fae280eeed40b096a'>^
e4409c40 ^















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112