mirror of
				http://git.frickel.earth/Tysox/BOS-Pinneberg.git
				synced 2025-10-31 20:22:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			206 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			206 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * Created by PhpStorm.
 | |
|  * User: Jan
 | |
|  * Date: 27.09.2016
 | |
|  * Time: 19:12
 | |
|  */
 | |
| session_start();
 | |
| session_destroy();
 | |
| header("Status: 301 Moved Permanently");
 | |
| header("Location: ../login.php");
 | |
| exit;
 | |
| ?>
 |