* Project name: Battles-Game * One file to rule 'em all! */ session_start(); if (!isset($_SESSION['uid'])) header("Location: index.php"); require_once 'functions.php'; ?>