6 lines
		
	
	
		
			189 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			189 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']   = 'Permission Denied!';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_permission'] = 'You do not have permission to access this page, please refer to your system administrator.'; |