]> code.citadel.org Git - citadel.git/blobdiff - webcit/netconf.c
* Tentatively begun the change of networking configuration screens to reflect
[citadel.git] / webcit / netconf.c
index 3a3d80e8c2df246a8a5654acf7294bbbc4d716c2..2f77d73e01a5e4ae250b7717b0723e468b78cb9d 100644 (file)
@@ -100,7 +100,7 @@ void display_netconf(void)
        wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"");
        wprintf("<B>Currently configured nodes</B>\n");
        wprintf("</FONT></TD></TR></TABLE>\n");
-       serv_puts("NSET nodelist");
+       serv_puts("CONF getsys|application/x-citadel-ignet-config");
        serv_gets(buf);
        if (buf[0] == '1') {
                wprintf("<CENTER><TABLE border=0>\n");