12 lines
		
	
	
		
			302 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			302 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php 
 | 
						|
session_start();
 | 
						|
include ($_SERVER["DOCUMENT_ROOT"]."/Site/checkadmin.php");
 | 
						|
include ($_SERVER["DOCUMENT_ROOT"]."/Config/_siteconfig_.php");
 | 
						|
 | 
						|
$path = $_REQUEST["path"];
 | 
						|
// Write to file vpnid_man
 | 
						|
exec("touch /var/vpn/squid_stop");
 | 
						|
 | 
						|
header ("Location: ".$path."&uebergabe=1&uebergabe2=5");  
 | 
						|
?> 
 |