vault backup: 2024-10-17 00:38:07

This commit is contained in:
boris
2024-10-17 00:38:07 +01:00
parent ba58adb17e
commit df5e8dd1bf
33 changed files with 2409 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
<?php
$view = new stdClass();
$view->pageTitle = 'Homepage';
require_once('Views/index.phtml');