From f28a46b1a94c33feeeffe7fb87b7f41c96d22d0a Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 8 Jul 2019 20:49:40 -0400 Subject: Revert "Disable /voluneer /contact forms." This reverts commit fd41295ca50695f7db85d1ed1a23d4ba0f6211c0. --- static/volunteer/submit/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static/volunteer/submit') 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)) { -- cgit v1.2.3