File "logout-20250204050350-20250204230055-20250205230829-20250206161017.php"
Full Path: /www/wwwroot/creditmensch.click/themes/logout-20250204050350-20250204230055-20250205230829-20250206161017.php
File size: 128 bytes
MIME-type: --
Charset: utf-8
<?php
session_start();
session_unset();
session_destroy();
@header("location: index.php");
?>