Changeset 42384 for trunk/ippMonitor/raw/plotHistogram.php
- Timestamp:
- Feb 8, 2023, 12:00:36 PM (3 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
raw/plotHistogram.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/plotHistogram.php
r41730 r42384 12 12 13 13 ### we must have been past arguments with GET: 14 if ($_SERVER[ REQUEST_METHOD] != 'GET') {14 if ($_SERVER['REQUEST_METHOD'] != 'GET') { 15 15 exit (); 16 16 } … … 43 43 } 44 44 45 $infile = $_GET[ input];46 $outfile = $_GET[ output];47 $title = $_GET[ title];45 $infile = $_GET['input']; 46 $outfile = $_GET['output']; 47 $title = $_GET['title']; 48 48 49 49 if ($debug) {
Note:
See TracChangeset
for help on using the changeset viewer.
