View file MyTaskium-main/logout.php

File size: 72B
<?php session_start(); session_destroy(); header("Location: index.php");