Daijoubuv2/acp/logout.php

10 lines
203 B
PHP
Raw Normal View History

2018-06-12 18:40:22 +02:00
<?php
session_destroy();
?>
Logout success, you will be redirected on 1 sec
<script type="text/javascript">
<!--
var obj = 'window.location.replace("index.php");';
setTimeout(obj,1000);
// -->
</script>