This commit is contained in:
2025-11-21 20:56:31 +01:00
parent 9632d55f74
commit ab0684fec4

View File

@@ -0,0 +1,4 @@
<?php
session_start();
session_destroy();
header("location: ../index.php");