Changeset 28726 for trunk/ippMonitor/raw/czartool_getplot.php
- Timestamp:
- Jul 28, 2010, 8:47:29 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/czartool_getplot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_getplot.php
r28724 r28726 12 12 } 13 13 14 $label = $_GET[label];15 14 $type = $_GET[type]; 15 $label = $_GET[label]; 16 $stage = $_GET[stage]; 16 17 18 if ($type=="t") 19 $filePath = "/home/panstarrs/rhenders/czarplot_".$label."_".$stage."_".$type.".png"; 20 else if ($type=="h") 17 21 $filePath = "/home/panstarrs/rhenders/czarplot_".$label."_".$type.".png"; 18 19 22 $file = fopen ($filePath, "r"); 20 23 if ($file && !$debug) {
Note:
See TracChangeset
for help on using the changeset viewer.
