Files
sld-php-template/pages/logout.php
T
2026-08-19 17:26:06 +01:00

5 lines
69 B
PHP

<?php
logout_user();
header("Location: index.php?page=login");
exit;