battles/user_abilities.php

26 lines
576 B
PHP
Raw Normal View History

2019-01-09 18:45:40 +00:00
<?php
/**
* Copyright (c) 2019.
* Author: Igor Barkov <lopar.4ever@gmail.com>
* Project name: Battles-Game
* One file to rule 'em all!
*/
2019-01-09 18:53:04 +00:00
session_start();
2019-01-09 18:45:40 +00:00
if (!isset($_SESSION['uid'])) header("Location: index.php");
require_once 'functions.php';
?>
<!doctype html>
<html>
<head>
<link rel=stylesheet href="css/main.css">
<meta charset="utf-8">
</head>
<body>
<div style="text-align: right;"><input type="button" onClick="location.href='main.php';" value="Вернуться"></div>
<h2>Особые умения</h2>
<?php