Index: trunk/ippMonitor/raw/skyplot.php
===================================================================
--- trunk/ippMonitor/raw/skyplot.php	(revision 28601)
+++ trunk/ippMonitor/raw/skyplot.php	(revision 40437)
@@ -12,5 +12,15 @@
 $MISSING = "missing.png";
 
-### we must have been past arguments with GET:
+### XXX TEST
+# $outfile = $MISSING;
+# $file = fopen ($outfile, "r");
+# if ($file && !$debug) {
+#   header ('Content-Type: image/png');
+#   fpassthru ($file);
+# }
+# exit();
+
+
+### we must have been passed arguments with GET:
 if ($_SERVER[REQUEST_METHOD] != 'GET') { 
   exit ();
@@ -47,7 +57,9 @@
 $outfile = $_GET[output];
 
-$output = shell_exec("skyplot.dvo $infile $outfile");//, $output, $status);
+// $output = shell_exec("skyplot.dvo $infile $outfile");//, $output, $status);
+exec("skyplot.dvo $infile $outfile", $output, $status);
 
 if ($debug) {
+  echo "output from skyplot.dvo<br>\n";
   for ($i = 0; $i < count($output); $i++) {
     echo "output $i: $output[$i]<br>";
@@ -57,6 +69,7 @@
 }
 
-# use these to check the environment
-# passthru ("env");
+// use these to check the environment
+// passthru ("env");
+
 
 $file = fopen ($outfile, "r");
