<?
include_once "app/init.php";

debug::disable();

$applicationCls = new Application(APPLICATION_MODE_MEDIA);
$applicationCls->render();

?>