first commit

This commit is contained in:
小喵 2022-07-11 19:56:44 +08:00
commit 788cf3e917
Signed by: mt
GPG key ID: 2BCF198BD3341FB3
47 changed files with 2007 additions and 0 deletions

6
templates/logs/list.php Normal file
View file

@ -0,0 +1,6 @@
<?php
$this->layout('partials/file/list', [
'title' => '選擇日誌檔案',
'nav' => 'logs',
'list' => $list ?? [],
]);