first commit
This commit is contained in:
commit
788cf3e917
47 changed files with 2007 additions and 0 deletions
10
webroot/logs/list.php
Normal file
10
webroot/logs/list.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
use MingTsay\Akanyan\App;
|
||||
use MingTsay\Akanyan\LogsViewer;
|
||||
|
||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||
|
||||
App::requireAllowed();
|
||||
|
||||
App::render('logs/list', ['list' => LogsViewer::list()]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue