mirror of
https://github.com/myronblair/do-server-config
synced 2026-07-27 21:18:32 -05:00
6 lines
152 B
PHP
6 lines
152 B
PHP
<?php
|
|
require_once __DIR__ . '/../../includes/auth.php';
|
|
header('Content-Type: application/json');
|
|
logoutUser();
|
|
echo json_encode(['success' => true]);
|