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: 8f008a8d53d4810ee7ec91475449bbe026fb26be (
plain
)
1
2
3
4
5
<?php
function
guest_start
()
{
redirect
(
page_link_to
(
'login'
));
}
?>