Files
PSL-CMS/admin/logout.php
2024-01-10 12:26:54 +01:00

5 lines
74 B
PHP
Executable File

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