engelsystem/includes/pages/guest_start.php

6 lines
74 B
PHP
Raw Normal View History

2011-06-02 00:48:29 +02:00
<?php
function guest_start() {
2011-09-14 22:19:10 +02:00
header("Location: ?p=login");
die();
2011-06-02 00:48:29 +02:00
}
?>