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