9 lines
		
	
	
		
			171 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			171 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@extends(templates/layout_normal)
 | 
						|
 | 
						|
@section(main)
 | 
						|
    <h2>OAuth error</h2>
 | 
						|
    <div class="box">
 | 
						|
        <p class="error justify"><?= $error ?></p>
 | 
						|
    </div>
 | 
						|
@endsection
 |