diff --git a/bureau/admin/logs_list.php b/bureau/admin/logs_list.php
index 1a94ccd9..ab7ffa1b 100644
--- a/bureau/admin/logs_list.php
+++ b/bureau/admin/logs_list.php
@@ -62,7 +62,11 @@ while (list($key,$val)=each($list)){
|
|
|
- "._("Download")."";?> |
+ "._("Download")."";
+ if ((time()-14400)<$v['mtime']) {
+ echo " "._("Follow")."";
+ }
+?> |
array ("request", "string", ""),
+ "autoreload" => array ("request", "integer", "1"),
+ "lines" => array ("request", "integer", "20"),
+);
+getFields($fields);
+
+if (empty($file)) {
+$error="";
+}
+
+include_once("head.php");
+
+$string=$log->tail($file,$lines);
+if (!$string) {
+ $file=_("unknown");
+}
+?>
+
+%s"),$file); ?>
+