8 lines
		
	
	
		
			193 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			193 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?PHP
 | 
						|
    include("config.php");
 | 
						|
    session_unset();
 | 
						|
    session_destroy();
 | 
						|
    $_SESSION = array();
 | 
						|
    header("Location: http://forum.slowtwitch.com/gforum.cgi?do=logout&from=runshops");
 | 
						|
?>
 |