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,5 @@
====== 查看日志 ======
此界面允许您查看 DokuWiki 编写的各种日志。默认情况下,这里应该没有太多内容(这取决于您的[[doku>config:dontlog|日志设置]])。但是,如果出现问题,您很有可能会找到有关该问题的有用信息。所有时间都是世界协调时!
请注意,日志文件可能包含敏感信息,如密码、路径或其他机密。在论坛或错误报告中发布日志时,请务必适当地编辑日志!

View File

@ -0,0 +1,10 @@
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author 小李 <szsd5257@foxmail.com>
*/
$lang['menu'] = '查看日志';
$lang['date'] = '日期';
$lang['js']['filter'] = '过滤器日志:';

View File

@ -0,0 +1 @@
所选日期和日志工具没有日志条目。