diff --git a/buttons.php b/buttons.php index 2ef78ce6..3be1715e 100644 --- a/buttons.php +++ b/buttons.php @@ -40,8 +40,9 @@ if (isset($_GET['showcode'])) { if ($u->info['joinIP'] == 1 && $u->info['ip'] != IP) { er('#Пожалуйста авторизируйтесь с главной страницы'); } elseif (isset($_GET['exit'])) { - setcookie('login', '', time() - 60 * 60 * 24 * 30, '', Config::get('host')); - setcookie('login', '', time() - 60 * 60 * 24 * 30); + setcookie('login', '', 0, '', Config::get('host')); + setcookie('login', '', 0); + setcookie('auth', '', 0); Db::sql('update users set online = unix_timestamp() - 420 where id = ?', [$u->info['id']]); die(Config::get('exit')); } elseif (!isset($u->info['id'])) { @@ -63,13 +64,13 @@ $u->stats = $u->getStats($u->info['id'], 0); - + '; - ?> + if ($deviceType == 'tablet' || $deviceType == 'phone'): ?> - + - + - + - - + info['active'] != '' && $u->info['mail'] == 'No E-mail') { + } elseif (!empty($u->info['active']) && $u->info['mail'] == 'No E-mail') { if (!empty($error)) { echo ''; } @@ -625,7 +620,7 @@ $u->stats = $u->getStats($u->info['id'], 0); } ?>