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