summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/contact/submit/index.php2
-rw-r--r--static/volunteer/submit/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/contact/submit/index.php b/static/contact/submit/index.php
index 6460b0d..4905a1f 100644
--- a/static/contact/submit/index.php
+++ b/static/contact/submit/index.php
@@ -21,7 +21,7 @@ function email_valid($e) {
function conf() {
return json_decode(file_get_contents(
- $_SERVER['DOCUMENT_ROOT'] . '/conf.json'
+ $_SERVER['DOCUMENT_ROOT'] . '/../conf.json'
));
}
diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php
index 9161d7b..ce62c2b 100644
--- a/static/volunteer/submit/index.php
+++ b/static/volunteer/submit/index.php
@@ -21,7 +21,7 @@ function email_valid($e) {
function conf() {
return json_decode(file_get_contents(
- $_SERVER['DOCUMENT_ROOT'] . '/conf.json'
+ $_SERVER['DOCUMENT_ROOT'] . '/../conf.json'
));
}