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/login.php

8 lines
114 B
PHP
Raw Normal View History

2022-01-17 07:30:09 +01:00
<?php
require("../app/inc.php");
$contr = new Controller;
$contr->view('login', [
"title" => "Logg inn",
]);