TIF_NGANJUK_E41212020/logout.php

7 lines
77 B
PHP

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