- Timestamp:
- May 17, 2022, 3:21:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/ippMonitor/raw/skyplot.php
r41730 r42202 23 23 24 24 ### we must have been passed arguments with GET: 25 if ($_SERVER[ REQUEST_METHOD] != 'GET') {25 if ($_SERVER['REQUEST_METHOD'] != 'GET') { 26 26 exit (); 27 27 } … … 54 54 } 55 55 56 $infile = $_GET[ input];57 $outfile = $_GET[ output];56 $infile = $_GET['input']; 57 $outfile = $_GET['output']; 58 58 59 59 // $output = shell_exec("skyplot.dvo $infile $outfile");//, $output, $status);
Note:
See TracChangeset
for help on using the changeset viewer.
