<?php
/**
 * Author and copyright: Stefan Haack (https://shaack.com)
 * Repository: https://github.com/shaack/reboot-cms
 * License: MIT, see file 'LICENSE'
 */

require __DIR__ . '/../vendor/autoload.php';

$reboot = new Shaack\Reboot\Reboot(dirname(__DIR__), "/site");
error_reporting(-1);