Index: trunk/ippMonitor/raw/showimage.php
===================================================================
--- trunk/ippMonitor/raw/showimage.php	(revision 27054)
+++ trunk/ippMonitor/raw/showimage.php	(revision 42384)
@@ -11,5 +11,5 @@
 // load an image file from the image directory
 // validate request
-if ($_SERVER[REQUEST_METHOD] != 'GET') { 
+if ($_SERVER['REQUEST_METHOD'] != 'GET') { 
   exit ();
 }
@@ -20,8 +20,8 @@
 
 # $basename may contain filename@filerule
-$basename = $_GET[name];
-$filerule = $_GET[rule];
-$camera   = $_GET[camera];
-$class_id = $_GET[class_id];
+$basename = $_GET['name'];
+$filerule = $_GET['rule'];
+$camera   = $_GET['camera'];
+$class_id = $_GET['class_id'];
 
 $title = $basename;
