<?php session_start(); include ('private/mysql.php'); include ('tmp/head.php'); session_destroy(); header('Location: index.php?'); exit; ?>