Utf8 convert

This commit is contained in:
2023-01-10 18:29:32 +02:00
parent 71b759232c
commit 90b9c8325e
3572 changed files with 35191 additions and 395614 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ if(!defined('GAME'))
}
if( $u->info['host_reg'] == 0 ) {
$u->error = 'Ó âàñ íåò Íàñòàâíèêà';
$u->error = 'У вас нет Наставника';
}elseif( $itm['id'] > 0 ) {
$u->deleteItem($itm['id']);
mysql_query('UPDATE `users` SET `host_reg` = 0 WHERE `id` = "'.$u->info['id'].'" LIMIT 1');
$u->error = 'Âû îòêàçàëèñü îò íàñòàâíèêà';
$u->error = 'Вы отказались от наставника';
}
?>