melder/admin/logout.php
2024-02-16 15:35:01 +01:00

5 lines
77 B
PHP

<?php
session_start();
session_destroy();
header ("Location: ../index.php");