Files
2025-05-01 14:37:08 -06:00

8 lines
132 B
PHP

<?php
include_once 'functions/init.php';
foreach (array_keys($_SESSION) as $key)
unset($_SESSION[$key]);
header('Location: .');