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