39401-vm/logout.php
2026-03-30 17:47:50 +00:00

9 lines
203 B
PHP

<?php
declare(strict_types=1);
require_once __DIR__ . '/includes/bootstrap.php';
logout_user();
set_flash('success', 'Kamu sudah logout dari akun ServisIngat.');
header('Location: ' . app_url());
exit;