options = get_option( $this->option_name ); ?>
axlw_tail($file, $lines);
$output = explode("\n", $output);
// Latest first
$output = array_reverse($output);
foreach ($output as $out) {
if(trim($out)!=''){
echo '- '.htmlspecialchars($out).'
';
}
}
?>