35834-vm/google_disconnect.php
Flatlogic Bot bb9ecddfa5 v1.3
2025-11-18 19:49:45 +00:00

8 lines
133 B
PHP

<?php
if (file_exists('db/google_tokens.json')) {
unlink('db/google_tokens.json');
}
header('Location: dashboard.php');
exit();