Index: trunk/ippMonitor/raw/czartool_getplot.php
===================================================================
--- trunk/ippMonitor/raw/czartool_getplot.php	(revision 28724)
+++ trunk/ippMonitor/raw/czartool_getplot.php	(revision 28726)
@@ -12,9 +12,12 @@
 }
 
-$label  = $_GET[label];
 $type = $_GET[type];
+$label = $_GET[label];
+$stage = $_GET[stage];
 
+if ($type=="t")
+$filePath = "/home/panstarrs/rhenders/czarplot_".$label."_".$stage."_".$type.".png";
+else if ($type=="h")
 $filePath = "/home/panstarrs/rhenders/czarplot_".$label."_".$type.".png";
-
 $file = fopen ($filePath, "r");
 if ($file && !$debug) {
