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);