IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2011, 9:36:02 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippMonitor/raw/czartool_getplot.php

    r29708 r31083  
    1717$plottype = $_GET[plottype];
    1818
    19 if ($type=="t" || $type=="r")
     19if ($type=="t" || $type=="r" || $type=="rt" || $type=="rh")
    2020$filePath = "/tmp/czarplot_".$plottype."_".$label."_".$stage."_".$type.".png";
    2121else if ($type=="h")
     
    2323else if ($type=="s")
    2424$filePath = "/tmp/czarplot_hosts_space.png";
     25else if ($type=="st")
     26$filePath = "/tmp/czarplot_cluster.png";
     27
    2528
    2629$file = fopen ($filePath, "r");
Note: See TracChangeset for help on using the changeset viewer.