From f75a07aa075631bd4be95f6809e2fdd20202a3c9 Mon Sep 17 00:00:00 2001 From: "Igor Barkov (iwork)" Date: Wed, 30 Sep 2020 17:50:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BD=D0=B5=D0=B4=D1=80=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=82=D0=BE=D1=80=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fight.php | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/fight.php b/fight.php index 6096c5c..0dbf5b7 100644 --- a/fight.php +++ b/fight.php @@ -11,12 +11,8 @@ if (empty($userLoginStatus)) { } else { db::c()->query('UPDATE `users` SET `enter_game` = 0 WHERE `enter_game` = 1 AND `id` = ?i', $_SESSION['uid']); } +Template::header('Окно игры'); ?> - - - - Окно игры -