This website works better with JavaScript.
Explore
Help
Sign In
kontakt
/
engelsystem
Watch
3
Star
0
Fork
You've already forked engelsystem
0
Code
Issues
12
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ead2b1582b
2022-03-24
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ead2b1582b'
${ noResults }
engelsystem
/
includes
/
pages
/
guest_start.php
7 lines
87 B
PHTML
Raw
Normal View
History
Unescape
Escape
rewrite
14 years ago
<?php
PSR-2 formatting
8 years ago
function guest_start()
{
redirect(page_link_to('login'));
PPHDoc, formatting, fixes, cleanup
8 years ago
return true;
rewrite
14 years ago
}