NIM_E31220577/admin/logout.php

5 lines
129 B
PHP

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