mirror of
https://github.com/bckelley/SimpleMVC.git
synced 2026-08-24 03:34:11 -05:00
5 lines
88 B
PHP
5 lines
88 B
PHP
<?php
|
|
require_once '../app/bootstrap.php';
|
|
|
|
// Init Core Library
|
|
$init = new Core; |