Changeset 28788 for trunk/ippMonitor/raw/czartool_getplot.php
- Timestamp:
- Jul 30, 2010, 8:25:15 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
r28727 r28788 17 17 18 18 if ($type=="t") 19 $filePath = "/ home/panstarrs/rhenders/czarplot_".$label."_".$stage."_".$type.".png";19 $filePath = "/tmp/czarplot_".$label."_".$stage."_".$type.".png"; 20 20 else if ($type=="h") 21 $filePath = "/ home/panstarrs/rhenders/czarplot_".$label."_all_stages_".$type.".png";21 $filePath = "/tmp/czarplot_".$label."_all_stages_".$type.".png"; 22 22 $file = fopen ($filePath, "r"); 23 23 if ($file && !$debug) {
Note:
See TracChangeset
for help on using the changeset viewer.
