server log viewer

  1. G

    Server log viewer should have ordering enabled and should default to descending by time

    Here is how to make those changes: admin/html.open/view/logviewer.php: $("#dash_logtbl").dataTable( {"ordering": true, // change to true to enable ordering "order"...
  2. G

    Bug in server log viewer

    There seems to be a bug in the server log viewer. The SetRange function in admin/html.open/lib/LogViewer.php prevents $from from being set to -1, which is POS_FILEEND ie the end of the file. Therefore the |> button does not really work. function SetRange($from, $size) { if...
Top