ok
<?php ob_start(); session_start(); include 'config/config.php'; unset($_SESSION['hrm']); header("location: index.php"); ?>