TIF_NGANJUK_E41212020/admin/logout.php

7 lines
80 B
PHP

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