* add picture view to the files app
[citadel.git] / webcit / webcit.c
index 29463d6c972808a73f2092b0572c113a39efd009..4c5fb894044910eea8acf3544399c4556499c0d8 100644 (file)
@@ -1864,6 +1864,8 @@ void session_loop(struct httprequest *req)
                updatenote();
        } else if (!strcasecmp(action, "display_room_directory")) {
                display_room_directory();
+       } else if (!strcasecmp(action, "display_pictureview")) {
+               display_pictureview();
        } else if (!strcasecmp(action, "download_file")) {
                download_file(index[1]);
        } else if (!strcasecmp(action, "upload_file")) {