summaryrefslogtreecommitdiffstats
path: root/static/volunteer
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-07-07 12:02:23 -0400
committerrsiddharth <s@ricketyspace.net>2019-07-07 12:02:23 -0400
commitfd41295ca50695f7db85d1ed1a23d4ba0f6211c0 (patch)
tree5209b39b3f730a7bf54c61210d297a04e2febb1d /static/volunteer
parent6419826993ff959891633ce2ce0cc751a8bf9ab8 (diff)
Disable /voluneer /contact forms.
Diffstat (limited to 'static/volunteer')
-rw-r--r--static/volunteer/submit/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php
index 3f107e8..1cfb16e 100644
--- a/static/volunteer/submit/index.php
+++ b/static/volunteer/submit/index.php
@@ -9,7 +9,7 @@
*/
function to() {
- return 'srikar@ninthfloor.org, nagarjun@gnowledge.org';
+ return 's@ricketyspace.net';
}
function email_valid($e) {
@@ -46,6 +46,7 @@ function post() {
if (empty($m)) {
$errors[] = em_fw('Message is required');
}
+ $errors[] = 'This form is disabled for now';
$sok = true;
if (empty($errors)) {