engelsystem/includes/pages/guest_start.php

7 lines
87 B
PHP
Raw Normal View History

2011-06-02 00:48:29 +02:00
<?php
2017-01-02 03:57:23 +01:00
function guest_start()
{
redirect(page_link_to('login'));
2017-01-03 03:22:48 +01:00
return true;
2011-06-02 00:48:29 +02:00
}