$val){
$var=$key;
$$var=$val;
}
if(!isset($_SESSION["User"])){
$User=session_id();
$_SESSION['User']=$User;
$tabelle=uniqid(time());
$_SESSION['tabelle']=$tabelle;
}
if($_GET){
foreach($_GET as $key => $val)
$$key=trim($val);
}
if($_POST){
foreach($_POST as $key => $val)
$$key=trim($val);
}
include($_SERVER['DOCUMENT_ROOT']."/count/count.php");
include($_SERVER['DOCUMENT_ROOT'].'/inc_pfad.php');
$temp=explode("/",$_SERVER["REDIRECT_URL"]);
$ist="https://www.oxxo.de/".$backverz."/".$temp[count($temp)-1];
$_SESSION['ist']=$ist;
$temp=explode("/",$_SERVER["REDIRECT_URL"]);
if($backverz){
$ist="https://www.oxxo.de/".$backverz."/".$temp[count($temp)-1];
}else{
$ist="https://www.oxxo.de/";
}
session_start();
$_SESSION['ist']=$ist;
include($_SERVER['DOCUMENT_ROOT']."/header/header_0.php");
include($_SERVER['DOCUMENT_ROOT']."/count/get_bot.php");
?>