www.pudn.com > uip-0.6.zip > files


# 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 /index.html
c b /index.html
t 
t /cgi/files
c b /cgi/files
t 
t /cgi/stats
c b /cgi/stats
t 
t /cgi/tcp
c b /cgi/tcp
t 
# Include the HTML footer.
i /files_footer.plain
# End of script.
.