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 "";
?>