File "logout-20260113092507.php"
Full Path: /home/ovanhxso/public_html/panel/logout-20260113092507.php
File size: 86 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
session_start();
session_destroy();
header("location:index.php");
?>