- 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/skycellplot.php
r41730 r42202 13 13 14 14 ### we must have been past arguments with GET: 15 if ($_SERVER[ REQUEST_METHOD] != 'GET') {15 if ($_SERVER['REQUEST_METHOD'] != 'GET') { 16 16 exit (); 17 17 } … … 44 44 } 45 45 46 $infile = $_GET[ input];47 $outfile = $_GET[ output];46 $infile = $_GET['input']; 47 $outfile = $_GET['output']; 48 48 49 49 $output = shell_exec("skycellplot.dvo $infile $outfile");//, $output, $status);
Note:
See TracChangeset
for help on using the changeset viewer.
