1
0
Förgrening 0
MastodonStartpage/web/mustard/logout.php
pezcurrel 1ae0e3c71b ...
2020-05-08 17:38:54 +02:00

9 rader
122 B
PHP

<?php
session_name('mustard');
session_start();
$_SESSION=array();
session_destroy();
header('Location: index.php');
?>