Чат на коленке
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ if (empty($user['battle']) && ($user['hp'] < @$user['maxhp'])) {
|
||||
regenhp($user);
|
||||
}
|
||||
|
||||
$inder = filter_input(INPUT_COOKIE, $_COOKIE['inder']);
|
||||
$inder = filter_input(INPUT_COOKIE, 'inder');
|
||||
|
||||
if (!isset($banks['id'])) {
|
||||
$banks = db::c()->query('SELECT `id`, `cr`, `ekr` FROM `bank` WHERE `id` = "?s" AND `owner` = "?s" LIMIT 1', $inder, $u->i()['id'])->fetch_assoc();
|
||||
|
||||
Reference in New Issue
Block a user