TheMathWizard/index.php
2022-12-12 20:23:31 +01:00

4 lines
No EOL
93 B
PHP

<?php
require 'functions.php';
$heading = "Home";
require "views/index.view.php";