TheMathWizard/controllers/login.php
2023-01-06 10:11:39 +01:00

3 lines
66 B
PHP

<?php
$heading = "Login";
require "views/login.view.php";