File "logout-20250123131937-20250123205718-20250124060534-20250124172829.php"
Full Path: /www/wwwroot/creditmensch.click/admin/functions/logout-20250123131937-20250123205718-20250124060534-20250124172829.php
File size: 128 bytes
MIME-type: --
Charset: utf-8
<?php
session_start();
session_unset();
session_destroy();
@header("location: index.php");
?>