first commit
This commit is contained in:
commit
788cf3e917
47 changed files with 2007 additions and 0 deletions
17
app/LogsViewer.php
Normal file
17
app/LogsViewer.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
namespace MingTsay\Akanyan;
|
||||
|
||||
class LogsViewer extends FileViewer
|
||||
{
|
||||
|
||||
protected static function directory(): string
|
||||
{
|
||||
return '/media/sdc/mt/minecraft-docker-image/data/logs';
|
||||
}
|
||||
|
||||
protected static function whitelist(): ?array
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue