- Timestamp:
- Oct 21, 2010, 2:45:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/ippMonitor/raw/czartool_getplot.php
r28861 r29515 15 15 $label = $_GET[label]; 16 16 $stage = $_GET[stage]; 17 $plottype = $_GET[plottype]; 17 18 18 19 if ($type=="t") 19 $filePath = "/tmp/czarplot_".$ label."_".$stage."_".$type.".png";20 $filePath = "/tmp/czarplot_".$plottype."_".$label."_".$stage."_".$type.".png"; 20 21 else if ($type=="h") 21 $filePath = "/tmp/czarplot_".$ label."_all_stages_".$type.".png";22 $filePath = "/tmp/czarplot_".$plottype."_".$label."_all_stages_".$type.".png"; 22 23 else if ($type=="s") 23 24 $filePath = "/tmp/czarplot_hosts_space.png"; … … 29 30 } 30 31 32 31 33 exit(); 32 34
Note:
See TracChangeset
for help on using the changeset viewer.
