first commit
This commit is contained in:
commit
788cf3e917
47 changed files with 2007 additions and 0 deletions
9
templates/logs/view.php
Normal file
9
templates/logs/view.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
$this->layout('partials/file/view', [
|
||||
'title' => '檢視日誌',
|
||||
'nav' => 'logs',
|
||||
'list' => $list ?? [],
|
||||
'file' => $file ?? '',
|
||||
'type' => $type ?? 'plaintext',
|
||||
'content' => $content ?? '',
|
||||
]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue