<?php
session_destroy();
echo "<script>alert('Anda Telah Keluar');</script>";
echo "<script>location='../index.php';</script>";