File "logout-20260507154409.php"
Full Path: /home/alphpwcp/previewstream.online/old/uploads/logout-20260507154409.php
File size: 88 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
session_start();
session_destroy();
header('Location: login.php');
exit;
?>