This website works better with JavaScript.
Explore
Help
Sign In
kontakt
/
engelsystem
Archived
Watch
3
Star
0
Fork
You've already forked engelsystem
0
Code
Issues
12
Pull Requests
Projects
Releases
Wiki
Activity
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
599f2fd264
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
}