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