<?php
// entry point - inport and run the public index.php file
include("core/init.php");
$b = new Init();
$b->start();