mirror of
https://github.com/sorenpeter/timeline.git
synced 2026-04-25 18:44:55 +00:00
9 lines
92 B
PHP
9 lines
92 B
PHP
<?php
|
|
|
|
session_start();
|
|
session_unset();
|
|
session_destroy();
|
|
|
|
header("Location: /");
|
|
die();
|
|
|