mirror of https://github.com/BOINC/boinc.git
get_project_config.php: include project keyword list if present
This commit is contained in:
parent
5763399808
commit
20bcd33093
|
@ -111,6 +111,10 @@ if (LDAP_HOST) {
|
|||
echo "<ldap_auth/>\n";
|
||||
}
|
||||
|
||||
if (file_exists("../../project_keywords.xml")) {
|
||||
readfile("../../project_keywords.xml");
|
||||
}
|
||||
|
||||
echo "</project_config>";
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue