summaryrefslogtreecommitdiffstats
path: root/static/contact
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/contact
parent6419826993ff959891633ce2ce0cc751a8bf9ab8 (diff)
Disable /voluneer /contact forms.
Diffstat (limited to 'static/contact')
-rw-r--r--static/contact/submit/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/contact/submit/index.php b/static/contact/submit/index.php
index 3be1ba0..0ba86d2 100644
--- a/static/contact/submit/index.php
+++ b/static/contact/submit/index.php
@@ -9,7 +9,7 @@
*/
function to() {
- return 'srikar@ninthfloor.org, nagarjun@gnowledge.org';
+ return 's@ricketyspace.net';
}
function email_valid($e) {
@@ -43,6 +43,7 @@ function post() {
if (empty($m)) {
$errors[] = em_fw('Message is required');
}
+ $errors[] = 'This form is disabled for now';
$sok = true;
if (empty($errors)) {