summaryrefslogtreecommitdiffstats
path: root/static/volunteer
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-02-07 12:26:04 -0500
committerrsiddharth <s@ricketyspace.net>2021-02-07 12:26:04 -0500
commit6d460ed170993e2c600fb8e0e1abbc8273daf3f5 (patch)
tree10bb5a61d77403af6d8b27eaba44b7517e5fa8b8 /static/volunteer
parentb9b919268f733b78d2c8b2c38a868c0d9fb70974 (diff)
change location of conf.json
Diffstat (limited to 'static/volunteer')
-rw-r--r--static/volunteer/submit/index.php2
1 files changed, 1 insertions, 1 deletions
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'
));
}