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