芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wordfence/lib/viewFullActivityLog.php
?ver=' type='text/css' media='all' />
querySelect("SELECT ctime, level, type, msg FROM {$table} ORDER BY ctime DESC LIMIT %d, 100", $offset); while (is_array($q) && count($q) > 0) { foreach($q as $r){ if($r['level'] < 4 || $debugOn){ echo '
[' . date('M d H:i:s', (int) $r['ctime'] + $timeOffset) . ':' . $r['ctime'] . ':' . $r['level'] . ':' . $r['type'] . '] ' . esc_html($r['msg']) . "
\n"; } } $offset += count($q); $q = $db->querySelect("SELECT ctime, level, type, msg FROM {$table} ORDER BY ctime DESC LIMIT %d, 100", $offset); } ?>