TKK_E32230273/clear.php

2 lines
272 B
PHP
Raw Blame History

This file contains invisible Unicode characters

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.

<?php require 'koneksi.php'; $pdo->exec('TRUNCATE TABLE chats'); $pdo->exec('UPDATE occupant SET telegram_id = NULL;'); echo 'OK'; ?>