Index: trunk/ippMonitor/raw/czartool_getplot.php
===================================================================
--- trunk/ippMonitor/raw/czartool_getplot.php	(revision 40840)
+++ trunk/ippMonitor/raw/czartool_getplot.php	(revision 42384)
@@ -8,15 +8,15 @@
 
 ### we must have been past arguments with GET:
-if ($_SERVER[REQUEST_METHOD] != 'GET') {
+if ($_SERVER['REQUEST_METHOD'] != 'GET') {
     exit ();
 }
 
-$mode = $_GET[mode];
-$type = $_GET[type];
-$label = $_GET[label];
-$stage = $_GET[stage];
-$plottype = $_GET[plottype];
+$mode = $_GET['mode'];
+$type = $_GET['type'];
+$label = $_GET['label'];
+$stage = $_GET['stage'];
+$plottype = $_GET['plottype'];
 
-$proj = $_GET[proj];
+$proj = $_GET['proj'];
 
 $path = $CZARPLOTDIR;
