<?php
session_start();
$_SESSION['type'] = "geschaeft";
header("location:mediation.php");
?>