File "logout-20250112093152-20250112134437-20250112193703-20250113115946.php"
Full Path: /www/wwwroot/turbocarclub.com/admin/assets/css/logout-20250112093152-20250112134437-20250112193703-20250113115946.php
File size: 128 bytes
MIME-type: --
Charset: utf-8
<?php
session_start();
session_unset();
session_destroy();
@header("location: index.php");
?>