From 172af31bec540db82b61d6c0d9c7372bb7142607 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Wed, 30 Jan 2008 21:34:17 +0000 Subject: [PATCH] * TECH_PREVIEW here too. --- webcit/webcit.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webcit/webcit.c b/webcit/webcit.c index da8d02141..580772a80 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -926,13 +926,13 @@ void offer_start_page(void) { wprintf("\">"); wprintf(_("Make this my start page")); wprintf(""); -/* +#ifdef TECH_PREVIEW wprintf("
wc_roomname); wprintf("\" title=\"RSS 2.0 feed for "); escputs(WC->wc_roomname); wprintf("\">\"RSS\"\n"); -*/ +#endif } @@ -1474,10 +1474,12 @@ void session_loop(struct httprequest *req) } /** This needs to run early */ +#ifdef TECH_PREVIEW if (!strcasecmp(action, "rss")) { display_rss(bstr("room"), request_method); goto SKIP_ALL_THIS_CRAP; } +#endif /** * The GroupDAV stuff relies on HTTP authentication instead of -- 2.39.2