1<?php 2session_start(); 3require_once 'priv/errorhandler.php'; 4$_SESSION = []; 5header('Location: index.php');