This commit is contained in:
basefont
2021-03-13 09:03:31 +00:00
parent 140fe67bfd
commit 0d3058a1ab

View File

@ -3662,7 +3662,7 @@ function destroy_chat(array $C){
global $I, $db, $memcached, $session;
setcookie(COOKIENAME, false);
$session = '';
print_start('destory');
print_start('destroy');
$db->exec('DROP TABLE ' . PREFIX . 'captcha;');
$db->exec('DROP TABLE ' . PREFIX . 'files;');
$db->exec('DROP TABLE ' . PREFIX . 'filter;');