Index: trunk/ippMonitor/raw/getlog.php
===================================================================
--- trunk/ippMonitor/raw/getlog.php	(revision 41730)
+++ trunk/ippMonitor/raw/getlog.php	(revision 42384)
@@ -9,5 +9,5 @@
 // load an image file from the image directory
 // validate request
-if ($_SERVER[REQUEST_METHOD] != 'GET') { 
+if ($_SERVER['REQUEST_METHOD'] != 'GET') { 
   exit ();
 }
@@ -20,5 +20,5 @@
 
 # $basename may contain filename@filerule
-$basename = strtok($_GET[name],"@");
+$basename = strtok($_GET['name'],"@");
 $filerule = strtok("@");
 
