9 lines
185 B
PHP
9 lines
185 B
PHP
<?php
|
|
|
|
return [
|
|
'index' => [
|
|
'title' => 'Viewing Server :name',
|
|
'header' => 'Server Console',
|
|
'header_sub' => 'Control your server in real time.',
|
|
],
|
|
];
|