This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?phprequire'koneksi.php';$pdo->exec('TRUNCATE TABLE chats');$pdo->exec('UPDATE occupant SET telegram_id = NULL;');echo'OK';?>