9 lines
		
	
	
		
			254 B
		
	
	
	
		
			PHP
		
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			254 B
		
	
	
	
		
			PHP
		
	
|  | 
 | ||
|  | <div class="text-center"> | ||
|  |     <div class="mt-3 h5">You have no access to this page.</div> | ||
|  |     <div> | ||
|  |         <small>go to <a href="<?= $app_root ?>">front page</a> or to <a href="<?= $app_root ?>?page=profile">your profile</a></small> | ||
|  |     </div> | ||
|  | </div> | ||
|  | 
 |