';
if (($hits == "on") && ("$hits_filter" != "")) $cmd.="--hits=$hits_filter ";
if (return_post('ok') == "ok" )
{
if (!is_file("$logfile_dir/$logfile"))
{
print "logfile ($logfile_dir/$logfile) is not a regular file";
exit;
}
$cmd.="$logfile_dir/$logfile ";
// $cmd=escapeshellcmd($cmd);
print '# ' . $cmd;
print '