<?php

include_once(dirname(__FILE__).'/Application/Application.php');

$Application = new Application();
$Application->Run();
