$logorder
";
foreach($logoutput as $data) echo "$data
";
exit;
}
$fs20logfile= $_POST['fs20logfile'];
if (! $fs20logfile==""){
include '../config.php';
$fhemlog=$_POST['fhemlog'];
$pos=strrpos($fhemlog,'/');
$lname=substr($fhemlog,$pos+1,strlen($fhemlog));
$fhemlog=$logpath.$lname;
$logorder='grep '.$fs20logfile.' '.$fhemlog.' '.$logsort;
exec($logorder,$logoutput);
echo "$logorder
";
foreach($logoutput as $data) echo "$data
";
exit;
}
echo "