From df5e091658073bdadeaf78d937daea1fb6efa72e Mon Sep 17 00:00:00 2001 From: lopar Date: Fri, 23 Mar 2018 20:57:17 +0200 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D1=85=D0=BE=D0=B4=D0=B0=20=D0=BF=D0=BE=20=D0=BB=D0=BE?= =?UTF-8?q?=D0=BA=D0=B0=D1=86=D0=B8=D1=8F=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- city.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/city.php b/city.php index ef062b7..1f42ad5 100644 --- a/city.php +++ b/city.php @@ -57,7 +57,14 @@ function can_i_move() function move_to_inside($room = 0, $roomname = 'неизвестное место') { db::c()->query('UPDATE `users`,`online` SET `users`.`room` = ?i,`online`.`room` = ?i WHERE `online`.`id` = `users`.`id` AND `online`.`id` = ?i', $room, $room, $_SESSION['uid']); - +?> + + + + + + +setTimeout(function(){location.href='city.php'} , 5000);