TheMathWizard/controllers/index.php
2023-01-08 14:42:46 +01:00

4 lines
78 B
PHP

<?php
$heading = "Home";
session_start();
require "views/index.view.php";