- 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/plotHistogram.php
r41730 r42202 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.
