Changeset 39498 for trunk/ippMonitor/raw/getimage.php
- Timestamp:
- Mar 31, 2016, 6:26:07 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/getimage.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/getimage.php
r37983 r39498 17 17 // load an image file from the image directory 18 18 // validate request 19 if ($_SERVER[ REQUEST_METHOD] != 'GET') {19 if ($_SERVER['REQUEST_METHOD'] != 'GET') { 20 20 exit (); 21 21 } … … 37 37 38 38 // $basename may contain filename@filerule 39 $basename = $_GET[ name];39 $basename = $_GET['name']; 40 40 if ($basename == "noimage.noimage") { 41 41 $file = fopen ("noimage.png", "r");//$MISSING? … … 47 47 exit (); 48 48 } 49 $filerule = $_GET[ rule];50 $camera = $_GET[ camera];51 $class_id = $_GET[ class_id];49 $filerule = $_GET['rule']; 50 $camera = $_GET['camera']; 51 $class_id = $_GET['class_id']; 52 52 53 53 # $filerule = strtok("@");
Note:
See TracChangeset
for help on using the changeset viewer.
