Changeset 37983 for trunk/ippMonitor/raw/show_log.php
- Timestamp:
- Mar 20, 2015, 11:11:50 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/show_log.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/show_log.php
r31803 r37983 16 16 $basename = escapeshellarg($basename); 17 17 18 $state = $_GET[state]; 19 $state = escapeshellarg($state); 20 if (!$state) $state = 'new'; 21 18 22 include 'ipp.php'; 19 23 include 'site.php'; … … 24 28 menu($myMenu, 'Czartool on '.$lastUpdateTime, 'ipp.css', $ID['link'], $ID['proj']); 25 29 26 insert_log('LOG.EXP'); 30 if ($state == 'update') { 31 insert_log('LOG.EXP.UPDATE'); 32 } else { 33 insert_log('LOG.EXP'); 34 } 27 35 28 36 exit();
Note:
See TracChangeset
for help on using the changeset viewer.
