<?php /* * Script name: Points4Prize * Author: Soft Projects * Date created: 15/07/2015 */ include "../config.php"; session_start(); session_destroy(); header("Location: index.php"); ?>