Files
sunscope/api/logout.php
T
fraxle 71860b9dd9 5.4.0
Restructure
New Journal entries
Colour tabs update with wind
2026-08-31 15:12:45 +01:00

7 lines
117 B
PHP

<?php
require __DIR__ . '/../lib/bootstrap.php';
require_method('POST');
clear_session();
json_out(['ok' => true]);