index
:
mystic-forum.git
feature/file-based-routing
main
A simple forum software written in PHP. See it in action at https://forum.mystic.jkohl.link/
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
application
/
actions
/
auth
/
_common.php
blob: 2b8911a1e98a0df8841b8f2f76bcbfdb2eb9caf4 (
plain
)
1
2
3
4
5
6
<?php
if
(
$currentUser
)
{
header
(
"Location: "
.
(
$_GET
[
"next"
]
??
"."
));
exit
;
}