<tr class="noclick <?= ($odd_row ? 'odd' : 'even'); ?>"> <td><?= $value['Log_name']; ?></td> <td class="right"><?= $value['Pos']; ?></td> <td><?= $value['Event_type']; ?></td> <td class="right"><?= $value['Server_id']; ?></td> <td class="right"><?= (isset($value['Orig_log_pos']) ? $value['Orig_log_pos'] : $value['End_log_pos']); ?></td> <td><?= \PMA\libraries\Util::formatSql($value['Info'], ! $dontlimitchars); ?></td> </tr>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
log_row.phtml | File | 451 B | 0644 |
|
log_selector.phtml | File | 1.22 KB | 0644 |
|