mirror of
https://github.com/openNDS/openNDS.git
synced 2026-04-12 03:00:08 -04:00
The '/' character was used to stop escaped characters due to commit
ca80cbb.
This caused some browsers to not to redirect to the requested page.
Actually, the table is not correct for a lot of characters. This is also
fixed.
'&' is a valid character of xalphas.
However, we still need to escape it as we otherwise can't distinguish if it
is part of `redir` or if it is a separator.
Welcome to LibHTTPD, a library for the creation of embedded web servers. Complete documentation is available in the PDF file location in the doc directory. To build this software simply run ./configure make all make install The software will be compiled and installed into /usr/local/lib and /usr/local/include. To use the software you will have to include the library's header file into your application and link against the library itself. Details are privided in the documentation. This software has been developed by David J. Hughes (aka Bambi) of Hughes Technologies in Australia. You can always find a current verion of this software at www.Hughes.com.au This software is released under the GPL. If you wish to incorporate this code in a commercial application then OEM licenses are available from Hughes Technology. Please email info@Hughes.com.au for details.