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