- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippMonitor/raw/skyplot.php
r27113 r28794 47 47 $outfile = $_GET[output]; 48 48 49 exec ("skyplot.dvo $infile $outfile", $output, $status);49 $output = shell_exec("skyplot.dvo $infile $outfile");//, $output, $status); 50 50 51 51 if ($debug) { … … 65 65 fpassthru ($file); 66 66 } 67 exit (); 67 68 exit(); 69 68 70 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
