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
/
pwreset
/
_common.php
blob: 4dc0cf05d7a4c95b4d6c10a16c34f9fc0cb59d27 (
plain
)
1
2
3
4
5
6
<?php
if
(
$currentUser
)
{
header
(
"Location: ."
);
exit
;
}