Перенаправляем в игру если мы уже залогинены.

This commit is contained in:
Igor Barkov (iwork) 2020-10-01 11:55:26 +03:00
parent 0fd9ed7aee
commit 4263965695
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
session_start();
if ($_SESSION['uid']) {
header('Location: fight.php');
exit;