File "logout.php"
Full Path: /home/cananyalcin/public_html/webpanel-20260613011656/css/logout.php
File size: 91 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
session_start();
session_destroy();
header("Location: login.php");
?>