* Changed default start page to dotskip?room=_BASEROOM_
authorArt Cancro <ajc@citadel.org>
Tue, 16 Jun 2009 20:31:44 +0000 (20:31 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 16 Jun 2009 20:31:44 +0000 (20:31 +0000)
webcit/auth.c

index 3913a103213463c45d4a4ed4e6789a77853dabb6..2f023a5ecb31a7464b25d60bd29e21139d178fab 100644 (file)
@@ -506,7 +506,7 @@ void do_welcome(void)
         */
        if (!get_preference("startpage", &Buf)) {
                Buf = NewStrBuf ();
-               StrBufPrintf(Buf, "dotskip&room=_BASEROOM_");
+               StrBufPrintf(Buf, "dotskip?room=_BASEROOM_");
                set_preference("startpage", Buf, 1);
        }
        if (ChrPtr(Buf)[0] == '/') {