Changeset 3365

Show
Ignore:
Timestamp:
02/14/10 17:54:40 (2 years ago)
Author:
steve.schnepp
Message:

fixed comparison pages in CGI mode as (closes #831)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • people/snide/pre_1.5/master/lib/Munin/Master/HTMLOld.pm

    r3302 r3365  
    933933        $srv{'imgyear'}  = $config->{'cgiurl_graph'} . "/$path-year.png"; 
    934934 
     935        $srv{'cimgday'}   = $config->{'cgiurl_graph'} . "/$path-day.png"; 
     936        $srv{'cimgweek'}  = $config->{'cgiurl_graph'} . "/$path-week.png"; 
     937        $srv{'cimgmonth'} = $config->{'cgiurl_graph'} . "/$path-month.png"; 
     938        $srv{'cimgyear'}  = $config->{'cgiurl_graph'} . "/$path-year.png"; 
     939 
    935940        if (munin_get_bool($service, "graph_sums", 0)) { 
    936941            $srv{'imgweeksum'}