mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-13 21:52:29 +01:00
5 lines
92 B
PHP
5 lines
92 B
PHP
|
<?php
|
||
|
session_start();
|
||
|
$_SESSION = array();
|
||
|
session_destroy();
|
||
|
header('Location:index.php');
|