This website requires JavaScript.
Explore
Help
Sign In
iger
/
engelsystem
Watch
9
Star
0
Fork
You've already forked engelsystem
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
07bc29128c
engelsystem
/
includes
/
pages
/
guest_start.php
6 lines
74 B
PHP
Raw
Normal View
History
Unescape
Escape
rewrite
2011-06-02 00:48:29 +02:00
<
?
php
function
guest_start
()
{
joined login+start
2011-09-14 22:19:10 +02:00
header
(
"
Location: ?p=login
"
);
die
();
rewrite
2011-06-02 00:48:29 +02:00
}
?>