File Manager

Path: /proc/self/root/home/heznutpr/log.heznutprivate.com/dashboard/

Viewing File: logout.php

<?php
session_start(); 
session_destroy();
header("Location: ../login.php");
?>