Index: trunk/ippMonitor/raw/show_log.php
===================================================================
--- trunk/ippMonitor/raw/show_log.php	(revision 41730)
+++ trunk/ippMonitor/raw/show_log.php	(revision 42384)
@@ -5,5 +5,5 @@
 include 'site.php';
 
-if ($_SERVER[REQUEST_METHOD] != 'GET') { 
+if ($_SERVER['REQUEST_METHOD'] != 'GET') { 
   exit ();
 }
@@ -13,8 +13,8 @@
 putenv("PATH=$WWWBIN:$BINDIR:$PATH");
 
-$basename = $_GET[basename];
+$basename = $_GET['basename'];
 $basename = escapeshellarg($basename);
 
-$state = $_GET[state];
+$state = $_GET['state'];
 $state = escapeshellarg($state);
 if (!$state) $state = 'new';
