summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/contact/submit/index.php3
-rw-r--r--static/volunteer/submit/index.php3
2 files changed, 2 insertions, 4 deletions
diff --git a/static/contact/submit/index.php b/static/contact/submit/index.php
index f2d2200..2ec10ec 100644
--- a/static/contact/submit/index.php
+++ b/static/contact/submit/index.php
@@ -9,7 +9,7 @@
*/
function to() {
- return 's@ricketyspace.net';
+ return 'srikar@ninthfloor.org, nagarjun@gnowledge.org';
}
function email_valid($e) {
@@ -47,7 +47,6 @@ function post() {
if ($c !== '42') {
$errors[] = '41 + 1 is not \'' . $c . '\'';
}
- $errors[] = 'This form is disabled for now';
$sok = true;
if (empty($errors)) {
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)) {