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.
403c11047b
2022-03-24
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '403c11047b'
${ noResults }
engelsystem
/
includes
/
pages
/
guest_start.php
6 lines
74 B
PHTML
Raw
Normal View
History
Unescape
Escape
rewrite
14 years ago
<?php
function guest_start() {
joined login+start
13 years ago
header("Location: ?p=login");
die();
rewrite
14 years ago
}
?>