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