Index: trunk/ippMonitor/raw/czartool_getplot.php
===================================================================
--- trunk/ippMonitor/raw/czartool_getplot.php	(revision 28727)
+++ trunk/ippMonitor/raw/czartool_getplot.php	(revision 28788)
@@ -17,7 +17,7 @@
 
 if ($type=="t")
-$filePath = "/home/panstarrs/rhenders/czarplot_".$label."_".$stage."_".$type.".png";
+$filePath = "/tmp/czarplot_".$label."_".$stage."_".$type.".png";
 else if ($type=="h")
-$filePath = "/home/panstarrs/rhenders/czarplot_".$label."_all_stages_".$type.".png";
+$filePath = "/tmp/czarplot_".$label."_all_stages_".$type.".png";
 $file = fopen ($filePath, "r");
 if ($file && !$debug) {
