diff --git a/include/functions.php b/include/functions.php index 2218e0e..896d623 100644 --- a/include/functions.php +++ b/include/functions.php @@ -118,7 +118,8 @@ function getMMDVMLog() { function getShortMMDVMLog() { // Open Logfile and copy loglines into LogLines-Array() $logPath = MMDVMLOGPATH."/".MMDVMLOGPREFIX."-".date("Y-m-d").".log"; - $logLines = explode("\n", `tail -n100 $logPath`); + //$logLines = explode("\n", `tail -n100 $logPath`); + $logLines = explode("\n", `egrep -h "from|end|watchdog" $logPath | tail -4`); return $logLines; } diff --git a/version.php b/version.php index 29fa544..fd1689f 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@