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.
deac80e700
engelsystem
/
includes
/
pages
/
guest_start.php
5 lines
70 B
PHTML
Raw
Normal View
History
Unescape
Escape
rewrite
14 years ago
<?php
function guest_start() {
replaced header with redirect function
12 years ago
redirect(page_link_to('login'));
rewrite
14 years ago
}
?>