X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=cgi-bin%2Fcvslog.cgi;fp=cgi-bin%2Fcvslog.cgi;h=e71e471ef9251032047df0a8034cf170e845335f;hb=0a49da3b125b0fc3a1a04849547ecb8d3f24b731;hp=01ee2bfabf732c52705f42dcc9a11882550699b2;hpb=a8233ee6515c3f035580bd7711f9484dbb71fbf8;p=www.i-scream.org.git diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi index 01ee2bf..e71e471 100755 --- a/cgi-bin/cvslog.cgi +++ b/cgi-bin/cvslog.cgi @@ -55,7 +55,7 @@ my ($doctype) = "$incdir/doctype.inc"; my ($style) = "$incdir/style.inc"; my ($header) = "$incdir/header.inc"; my ($footer) = "$incdir/footer.inc"; -my ($menu) = "$incdir/menu.inc" ; +my ($menu) = "$incdir/menu-static.inc" ; # Section markers my ($secwho) = 1; @@ -291,13 +291,8 @@ exit 0; # Print the contents of a file containing html sub print_html { my ($filename) = @_; - my($virtual) = ''; - my(@virtualresponse) = `/web/i-scream/nwww.cgi-bin/logo.cgi`; open(FILE, $filename); while() { - if(/$virtual/) { - s/$virtual/$virtualresponse[@virtualresponse-1]/; - } print; } close FILE;