]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Completed web screens for THE DREADED AUTO-PURGER by adding room and
[citadel.git] / webcit / webcit.c
index 6eb0b2914908aa350e6cf911aee2160fd29f847e..8ef2603537565cc4b77334cc44dfcace75636ca5 100644 (file)
@@ -1266,6 +1266,8 @@ void session_loop(struct httprequest *req)
                display_customize_iconbar();
        } else if (!strcasecmp(action, "commit_iconbar")) {
                commit_iconbar();
+       } else if (!strcasecmp(action, "set_room_policy")) {
+               set_room_policy();
        } else if (!strcasecmp(action, "diagnostics")) {
                output_headers(1);