From 6d460ed170993e2c600fb8e0e1abbc8273daf3f5 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 7 Feb 2021 12:26:04 -0500 Subject: change location of conf.json --- static/contact/submit/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/contact') 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' )); } -- cgit v1.2.3