<?php
function guest_start() {
  redirect(page_link_to('login'));
}
?>