<?php
  define('APP_REQUEST_START', microtime(true));

  require_once '../app/bootstrap.php';

  // Init Core Library
  $init = new Core;
