Index: trunk/ippMonitor/raw/getimage.php
===================================================================
--- trunk/ippMonitor/raw/getimage.php	(revision 37983)
+++ trunk/ippMonitor/raw/getimage.php	(revision 39498)
@@ -17,5 +17,5 @@
 // load an image file from the image directory
 // validate request
-if ($_SERVER[REQUEST_METHOD] != 'GET') { 
+if ($_SERVER['REQUEST_METHOD'] != 'GET') { 
   exit ();
 }
@@ -37,5 +37,5 @@
 
 // $basename may contain filename@filerule
-$basename = $_GET[name];
+$basename = $_GET['name'];
 if ($basename == "noimage.noimage") {
   $file = fopen ("noimage.png", "r");//$MISSING?
@@ -47,7 +47,7 @@
   exit ();
 }
-$filerule = $_GET[rule];
-$camera   = $_GET[camera];
-$class_id = $_GET[class_id];
+$filerule = $_GET['rule'];
+$camera   = $_GET['camera'];
+$class_id = $_GET['class_id'];
 
 # $filerule = strtok("@");
