Index: trunk/ippMonitor/raw/skyplot.php
===================================================================
--- trunk/ippMonitor/raw/skyplot.php	(revision 27113)
+++ trunk/ippMonitor/raw/skyplot.php	(revision 28601)
@@ -47,5 +47,5 @@
 $outfile = $_GET[output];
 
-exec ("skyplot.dvo $infile $outfile", $output, $status);
+$output = shell_exec("skyplot.dvo $infile $outfile");//, $output, $status);
 
 if ($debug) {
@@ -65,4 +65,6 @@
   fpassthru ($file);
 }
-exit ();
+
+exit();
+
 ?>
