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