Files
SimpleMVC/public/index.php
T
bckelleyandbckelley a979c73924 init commit
2024-01-25 09:52:59 -06:00

5 lines
88 B
PHP

<?php
require_once '../app/bootstrap.php';
// Init Core Library
$init = new Core;