<?php session_start(); include("_functions.php"); echo dbconnect(); logout(); header("Location: /index.php"); ?>