mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 19:07:01 +00:00
8 lines
91 B
PHP
8 lines
91 B
PHP
<?php
|
|
|
|
session_start();
|
|
session_unset();
|
|
session_destroy();
|
|
|
|
header("Location: .");
|
|
die();
|