Files
main-website/aura_bank/logout.php
T
2026-03-01 19:29:21 +01:00

6 lines
100 B
PHP

<?php
require_once __DIR__ . '/config.php';
session_destroy();
header('Location: index.php');
exit;