Changeset 42384 for trunk/ippMonitor/raw/showimage.php
- Timestamp:
- Feb 8, 2023, 12:00:36 PM (3 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
raw/showimage.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/showimage.php
r27054 r42384 11 11 // load an image file from the image directory 12 12 // validate request 13 if ($_SERVER[ REQUEST_METHOD] != 'GET') {13 if ($_SERVER['REQUEST_METHOD'] != 'GET') { 14 14 exit (); 15 15 } … … 20 20 21 21 # $basename may contain filename@filerule 22 $basename = $_GET[ name];23 $filerule = $_GET[ rule];24 $camera = $_GET[ camera];25 $class_id = $_GET[ class_id];22 $basename = $_GET['name']; 23 $filerule = $_GET['rule']; 24 $camera = $_GET['camera']; 25 $class_id = $_GET['class_id']; 26 26 27 27 $title = $basename;
Note:
See TracChangeset
for help on using the changeset viewer.
