Ajouter logout.php

This commit is contained in:
gitea-admin 2026-01-05 19:53:35 +00:00
parent c648bea3de
commit f33ef6743d
1 changed files with 4 additions and 0 deletions

4
logout.php Normal file
View File

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