You've already forked OpenShorte.old
							
							
		
			
				
	
	
		
			5 lines
		
	
	
		
			143 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			143 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
    $_SESSION = array ( );
 | 
						|
    session_destroy ( );
 | 
						|
    header ( "Location: " . substr ( $_SERVER [ 'SCRIPT_NAME' ], 0, -10 ) . "/" );
 | 
						|
?>
 |