35604-vm/api/logout.php
Flatlogic Bot d7b90335da 26.01.26
2026-01-26 21:02:05 +00:00

7 lines
146 B
PHP

<?php
header('Content-Type: application/json');
require_once __DIR__ . '/auth_helper.php';
logout_user();
echo json_encode(['success' => true]);