melder/admin/logout.php

5 lines
77 B
PHP
Raw Normal View History

2024-02-16 15:35:01 +01:00
<?php
session_start();
session_destroy();
header ("Location: ../index.php");