- 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/czartool_getplot.php
r40840 r42202 8 8 9 9 ### we must have been past arguments with GET: 10 if ($_SERVER[ REQUEST_METHOD] != 'GET') {10 if ($_SERVER['REQUEST_METHOD'] != 'GET') { 11 11 exit (); 12 12 } 13 13 14 $mode = $_GET[ mode];15 $type = $_GET[ type];16 $label = $_GET[ label];17 $stage = $_GET[ stage];18 $plottype = $_GET[ plottype];14 $mode = $_GET['mode']; 15 $type = $_GET['type']; 16 $label = $_GET['label']; 17 $stage = $_GET['stage']; 18 $plottype = $_GET['plottype']; 19 19 20 $proj = $_GET[ proj];20 $proj = $_GET['proj']; 21 21 22 22 $path = $CZARPLOTDIR;
Note:
See TracChangeset
for help on using the changeset viewer.
