Public files

This commit is contained in:
2021-03-25 21:11:37 -03:00
parent 398965689d
commit b76f66bce9
34 changed files with 3628 additions and 0 deletions

7
public/install/index.php Normal file
View File

@ -0,0 +1,7 @@
<?php
include_once dirname(dirname(__DIR__)) . '/bootstrap/autoload.php';
sanitize();
echo view('install.start');
?>