6 lines
87 B
PHP
6 lines
87 B
PHP
<?php
|
|
function guest_start()
|
|
{
|
|
redirect(page_link_to('login'));
|
|
return true;
|
|
}
|