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.',
 | 
						|
    ]
 | 
						|
];
 |