summaryrefslogtreecommitdiff
path: root/src/application/actions/logout/_any.php
blob: 1a5cf05ed7f9f3f8027cc238cf385495ba43ed0e (plain)
1
2
3
4
5
6
<?php

use mystic\forum\utils\RequestUtils;

RequestUtils::unsetAuthorizedUser();
header("Location: " . ($_GET["next"] ?? "."));