summaryrefslogtreecommitdiffstats
path: root/static/volunteer
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-07-08 20:49:40 -0400
committerrsiddharth <s@ricketyspace.net>2019-07-08 20:49:40 -0400
commitf28a46b1a94c33feeeffe7fb87b7f41c96d22d0a (patch)
treecf821e8128661fb248be027bf5b9753a346eff31 /static/volunteer
parent15fb6c184781ae1017f4286d5a9d2b22a871c6d0 (diff)
Revert "Disable /voluneer /contact forms."
This reverts commit fd41295ca50695f7db85d1ed1a23d4ba0f6211c0.
Diffstat (limited to 'static/volunteer')
-rw-r--r--static/volunteer/submit/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php
index 60a8406..dead509 100644
--- a/static/volunteer/submit/index.php
+++ b/static/volunteer/submit/index.php
@@ -9,7 +9,7 @@
*/
function to() {
- return 's@ricketyspace.net';
+ return 'srikar@ninthfloor.org, nagarjun@gnowledge.org';
}
function email_valid($e) {
@@ -50,7 +50,6 @@ function post() {
if ($c !== '42') {
$errors[] = '41 + 1 is not \'' . $c . '\'';
}
- $errors[] = 'This form is disabled for now';
$sok = true;
if (empty($errors)) {