Add script 'get-openssl-version.sh'.
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
====== View Logs ======
|
||||
|
||||
This interface allows you to view the various logs that are written by DokuWiki. By default, there shouldn't be much
|
||||
here (it depends on your [[doku>config:dontlog|log settings]]). However if something goes wrong, chances are high
|
||||
you'll find useful information about the problem. All times are UTC!
|
||||
|
||||
Please be aware that **log files can contain sensitive information** like passwords, paths or other secrets.
|
||||
Be sure to redact the logs appropriately when posting them on the forum or in bug reports!
|
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* English language file for logviewer plugin
|
||||
*
|
||||
* @author Andreas Gohr <andi@splitbrain.org>
|
||||
*/
|
||||
|
||||
$lang['menu'] = 'View Logs';
|
||||
$lang['date'] = 'Date';
|
||||
$lang['js']['filter'] = 'Filter Loglines:';
|
@ -0,0 +1 @@
|
||||
There are no log entries for the selected day and log facility.
|
Reference in New Issue
Block a user