* Removed all of the absolute URL's.
[citadel.git] / webcit / auth.c
index 92b0e813e166d13d8f015fca2ae87b7360b2c15c..3c0058bf45c824d1e039b7f98d36e8facc4028ec 100644 (file)
@@ -241,7 +241,7 @@ void do_logout(void)
                );
        }
 
-       wprintf("<hr /><a href=\"/\">Log in again</A>&nbsp;&nbsp;&nbsp;"
+       wprintf("<hr /><a href=\".\">Log in again</A>&nbsp;&nbsp;&nbsp;"
                "<a href=\"javascript:window.close();\">");
        wprintf(_("Close window"));
        wprintf("</a></center>\n");
@@ -326,7 +326,7 @@ void validate(void)
        wprintf(_("Select access level for this user:"));
        wprintf("<br />\n");
        for (a = 0; a <= 6; ++a) {
-               wprintf("<a href=\"/validate&user=");
+               wprintf("<a href=\"validate&user=");
                urlescputs(user);
                wprintf("&axlevel=%d\">%s</A>&nbsp;&nbsp;&nbsp;\n",
                        a, axdefs[a]);