Log files page runs cgi-bin/logs2.cgi which populates an entry for each file in the parent logs directory.
But this cgi script attempts to populate the file contents into a correponding div, but no such div exists. The page should insert a div into the page, rather than trying to retrieve it.
Log files page runs cgi-bin/logs2.cgi which populates an entry for each file in the parent
logsdirectory.But this cgi script attempts to populate the file contents into a correponding div, but no such div exists. The page should insert a div into the page, rather than trying to retrieve it.