This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
engelsystem/includes/pages/guest_start.php

5 lines
70 B
PHP

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