Changeset 42384 for trunk/ippMonitor/raw/show_log.php
- Timestamp:
- Feb 8, 2023, 12:00:36 PM (3 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
raw/show_log.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/show_log.php
r41730 r42384 5 5 include 'site.php'; 6 6 7 if ($_SERVER[ REQUEST_METHOD] != 'GET') {7 if ($_SERVER['REQUEST_METHOD'] != 'GET') { 8 8 exit (); 9 9 } … … 13 13 putenv("PATH=$WWWBIN:$BINDIR:$PATH"); 14 14 15 $basename = $_GET[ basename];15 $basename = $_GET['basename']; 16 16 $basename = escapeshellarg($basename); 17 17 18 $state = $_GET[ state];18 $state = $_GET['state']; 19 19 $state = escapeshellarg($state); 20 20 if (!$state) $state = 'new';
Note:
See TracChangeset
for help on using the changeset viewer.
