<?php
define('APP_NAME', 'www');
require '../../coolphp/Boot.php';
Cool\App::run();
?>