URL
                    https://opencores.org/ocsvn/openrisc/openrisc/trunk
                
            Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [uIP_Demo_IAR_ARM7/] [uip/] [fs/] [cgi/] [files] - Rev 583
Compare with Previous | Blame | View Log
# This script shows the access statistics for different files on the# web server.## First, we include the HTML header.i /files_header.html# Print out the name of the file, and call the function that prints# the access statistics of that file.t <tr><td><a href="/index.html">/index.html</a></td><td>c b /index.htmlt </td></tr> <tr><td><a href="/control.html">/control.html</a></td><td>c b /control.htmlt </td></tr> <tr><td><a href="/img/logo.png">/img/logo.png</a></td><td>c b /img/logo.pngt </td></tr> <tr><td><a href="/404.html">/404.html</a></td><td>c b /404.htmlt </td></tr> <tr><td><a href="/cgi/files">/cgi/files</a></td><td>c b /cgi/filest </td></tr> <tr><td><a href="/cgi/stats">/cgi/stats</a></td><td>c b /cgi/statst </td></tr> <tr><td><a href="/cgi/tcp">/cgi/tcp</a></td><td>c b /cgi/tcpt </td></tr># Include the HTML footer.i /files_footer.plain# End of script..

