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
2022-04-13 19:22:21 +00:00

5 lines
167 B
PHP

<?php $app = require '../../app/inc.php';
$app->view('template/header', ["title" => "Live resultater"]);
$app->view('pages/race/live');
$app->view('template/footer');