File Manager

Path: /home/heznutpr/log.heznutprivate.com/dashboard/

Viewing File: logout.php

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