This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/public/race/live.php

5 lines
167 B
PHP
Raw Normal View History

2022-03-21 11:28:18 +00:00
<?php $app = require '../../app/inc.php';
$app->view('template/header', ["title" => "Live resultater"]);
2022-04-13 19:22:21 +00:00
$app->view('pages/race/live');
2022-03-21 11:28:18 +00:00
$app->view('template/footer');