drnk.me/controllers/GET.php
2023-11-30 22:34:36 +01:00

7 lines
116 B
PHP

<?php
return function (array &$context) {
$data = [];
require(ROOT . "/templates/pages/homepage.php");
};