IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2010, 3:30:28 PM (16 years ago)
Author:
Serge CHASTEL
Message:

Plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/skyplot.php

    r27113 r28601  
    4747$outfile = $_GET[output];
    4848
    49 exec ("skyplot.dvo $infile $outfile", $output, $status);
     49$output = shell_exec("skyplot.dvo $infile $outfile");//, $output, $status);
    5050
    5151if ($debug) {
     
    6565  fpassthru ($file);
    6666}
    67 exit ();
     67
     68exit();
     69
    6870?>
Note: See TracChangeset for help on using the changeset viewer.