Changeset 42384 for trunk/ippMonitor/raw/skycellplot.php
- Timestamp:
- Feb 8, 2023, 12:00:36 PM (3 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
raw/skycellplot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20220316/ippMonitor (added) merged: 42199-42202,42210,42360
- Property svn:mergeinfo changed
-
trunk/ippMonitor/raw/skycellplot.php
r41730 r42384 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.
