. * */ defined('APP_ROOT') || die(_('No es posible acceder directamente a este archivo')); $startTime = microtime(); $rowClass = "row_even"; $isDemoMode = SP_Util::demoIsEnabled(); $start = ( isset($data['start']) ) ? (int) $data['start'] : 0; $events = SP_Log::getEvents($start); ?>
| log_id; ?> | date; ?> | log_action); ?> | log_login); ?> | log_ipAddress) : $log->log_ipAddress; ?> |
', $text);
$text = preg_replace('/(UPDATE|DELETE|TRUNCATE|INSERT|SELECT|WHERE|LEFT|ORDER|LIMIT|FROM)/', ' \\1', $text); } if (strlen($text) >= 150) { echo wordwrap($text, 150, ' ', true); } else { echo $text . ' '; } } ?> |