engelsystem/includes/pages/guest_start.php

5 lines
70 B
PHP
Raw Normal View History

2011-06-02 00:48:29 +02:00
<?php
function guest_start() {
2012-12-30 18:27:45 +01:00
redirect(page_link_to('login'));
2011-06-02 00:48:29 +02:00
}
?>