Re: Another patch for 9-13-2003 build
Keith Smith <[email protected]> Thu, 27 Nov 2003 21:40:50 -0700
| Newsgroups | gmane.linux.drivers.wireless.access-point |
|---|---|
| Message-ID | <[email protected]> |
Hmm,
I've made a number of changes to this stuff. Pretty sure I got the Mk/ problem
and I *know* I found this.
Guess I need to put it up. I was doing some serious testing here when other
projects intervened.
Andrew Goodney wrote:
> Here is another patch that fixes the html output on the CGI page of the
> web interface. The "SAVE" button was outside the form. Course I just
> noticed the output from the CGI is pretty messy when you click
> save...expect another patch.
>
> user@host:/usr/src/linuxAP/cgi# diff -c setup.c.orig setup.c
> *** setup.c.orig Wed Nov 26 13:39:11 2003
> --- setup.c Wed Nov 26 13:40:12 2003
> ***************
> *** 131,139 ****
> (*func)("option");
> }
> otf(tabl("/"));
> - otf(form("/",NULL));
> printf("<br>Click SAVE to save configuration changes<br>\n");
> otf(isub("f_click","SAVE"));
> printf("</body></html>\n");
> }
>
> --- 131,139 ----
> (*func)("option");
> }
> otf(tabl("/"));
> printf("<br>Click SAVE to save configuration changes<br>\n");
> otf(isub("f_click","SAVE"));
> + otf(form("/",NULL));
> printf("</body></html>\n");
> }
>
>
>
> _______________________________________________
> LinuxAP-dev mailing list
> [email protected]
> http://linuxAP.ksmith.com/mailman/listinfo/linuxap-dev