index
:
unifest.git
master
permission-rebuild-views
translation
Engelsystem for the unifest.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
includes
/
pages
/
guest_start.php
blob: efad0a24a4cf0a023a43a46ebfb997c0b455ecf7 (
plain
)
1
2
3
4
5
6
<?php
function
guest_start
()
{
header
(
"Location: ?p=login"
);
die
();
}
?>