get_project_config.php: include project keyword list if present

This commit is contained in:
David Anderson 2017-08-01 10:24:19 -07:00
parent 5763399808
commit 20bcd33093
1 changed files with 4 additions and 0 deletions

View File

@ -111,6 +111,10 @@ if (LDAP_HOST) {
echo "<ldap_auth/>\n";
}
if (file_exists("../../project_keywords.xml")) {
readfile("../../project_keywords.xml");
}
echo "</project_config>";
?>