Changeset 42384 for trunk/ippMonitor/raw/skyplot.php
- Timestamp:
- Feb 8, 2023, 12:00:36 PM (3 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
raw/skyplot.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/skyplot.php
r41730 r42384 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.
