Files
2025-12-17 12:02:31 +01:00

6 lines
73 B
PHP

<?php
session_start();
session_destroy();
header('Location: ../');
exit;