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