<?php

ini_set('display_errors', '1');

defined('APP_START_TIME') || define('APP_START_TIME', microtime(true));

use Plaf\Instance;

require_once dirname(__DIR__) . '/bootstrap.php';

header('X-Powered-By: HTML');

new Instance(PF_APP_ENV, $params);

/**
 * Callback
 */

//Plaf\Logger::add();
