mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-14 12:23:44 +02:00
10 lines
184 B
PHP
10 lines
184 B
PHP
<?php
|
|
|
|
return [
|
|
'index' => [
|
|
'title' => 'Viewing Server :name',
|
|
'header' => 'Server Console',
|
|
'header_sub' => 'Control your server in real time.',
|
|
]
|
|
];
|