]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* restart logic for the "Shutdown Citadel" menu. The ui is sort of 3rd class so far...
[citadel.git] / webcit / webcit.c
index 54001abb39fc67d9516bc9393112b95e08906f04..d1070569dc18dee4272bea0938a7fa8f3868b9b6 100644 (file)
@@ -1505,6 +1505,8 @@ void session_loop(struct httprequest *req)
                url_do_template();
        } else if (!strcasecmp(action, "display_aide_menu")) {
                display_aide_menu();
+       } else if (!strcasecmp(action, "server_shutdown")) {
+               display_shutdown();
        } else if (!strcasecmp(action, "display_main_menu")) {
                display_main_menu();
        } else if (!strcasecmp(action, "who")) {