Index: trunk/ippMonitor/raw/skycellplot.php
===================================================================
--- trunk/ippMonitor/raw/skycellplot.php	(revision 41730)
+++ trunk/ippMonitor/raw/skycellplot.php	(revision 42384)
@@ -13,5 +13,5 @@
 
 ### we must have been past arguments with GET:
-if ($_SERVER[REQUEST_METHOD] != 'GET') { 
+if ($_SERVER['REQUEST_METHOD'] != 'GET') { 
   exit ();
 }
@@ -44,6 +44,6 @@
 }
 
-$infile  = $_GET[input];
-$outfile = $_GET[output];
+$infile  = $_GET['input'];
+$outfile = $_GET['output'];
 
 $output = shell_exec("skycellplot.dvo $infile $outfile");//, $output, $status);
