NIM_E31220577/logout.php

6 lines
145 B
PHP

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