Ignore:
Timestamp:
04/09/09 16:01:23 (15 years ago)
Author:
ramonb
Message:

job_monarch/overview.php,
job_monarch/conf.php:

  • reverted some accidental changes that don't belong here
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3/web/addons/job_monarch/overview.php

    r530 r614  
    4646$use_fqdn       = $data_gatherer->getUsingFQDN();
    4747
    48 include("./lib/pchart/pData.class");
    49 include("./lib/pchart/pChart.class");
    50 
    5148function setupFilterSettings()
    5249{
     
    405402                $pie_args       .= "&$name=$percentage,$color";
    406403        }
    407         $pie = "./chart.php?$pie_args";
     404        $pie = "../../pie.php?$pie_args";
    408405
    409406        return $pie;
Note: See TracChangeset for help on using the changeset viewer.