8 lines
		
	
	
		
			110 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			110 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
	require 'includes/config.php';
 | 
						|
	session_unset();
 | 
						|
	session_destroy();
 | 
						|
 | 
						|
	header('Location: index.php');
 | 
						|
 |