IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2010, 2:45:13 PM (16 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

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

    r28861 r29515  
    1515$label = $_GET[label];
    1616$stage = $_GET[stage];
     17$plottype = $_GET[plottype];
    1718
    1819if ($type=="t")
    19 $filePath = "/tmp/czarplot_".$label."_".$stage."_".$type.".png";
     20$filePath = "/tmp/czarplot_".$plottype."_".$label."_".$stage."_".$type.".png";
    2021else if ($type=="h")
    21 $filePath = "/tmp/czarplot_".$label."_all_stages_".$type.".png";
     22$filePath = "/tmp/czarplot_".$plottype."_".$label."_all_stages_".$type.".png";
    2223else if ($type=="s")
    2324$filePath = "/tmp/czarplot_hosts_space.png";
     
    2930}
    3031
     32
    3133exit();
    3234
Note: See TracChangeset for help on using the changeset viewer.