#!/usr/bin/perl # list_logs.cgi # Real-time view of the security log file require './itsecur-lib.pl'; &can_use_error("authlogs"); $theme_no_table++; $| = 1; &header($text{'authlogs_title'}, ""); print &ui_hr(); $log = $config{'authlog'} || &get_authlog_file(); print "",&text('logs_viewing', "$log"),"
\n"; print "\n"; print &ui_hr(); &footer("", $text{'index_return'});