From 20bcd330936410443e810f9c9f3ec91aaaa1df77 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 1 Aug 2017 10:24:19 -0700 Subject: [PATCH] get_project_config.php: include project keyword list if present --- html/user/get_project_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/user/get_project_config.php b/html/user/get_project_config.php index effa86e384..b07ea492ed 100644 --- a/html/user/get_project_config.php +++ b/html/user/get_project_config.php @@ -111,6 +111,10 @@ if (LDAP_HOST) { echo "\n"; } +if (file_exists("../../project_keywords.xml")) { + readfile("../../project_keywords.xml"); +} + echo ""; ?>