Add script 'get-openssl-version.sh'.

This commit is contained in:
2023-06-21 11:09:08 +02:00
parent 0a7a61049a
commit 14056b44dd
5032 changed files with 340126 additions and 0 deletions

View File

@ -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!

View File

@ -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:';

View File

@ -0,0 +1 @@
There are no log entries for the selected day and log facility.