#!/usr/bin/env php
<?php
set_time_limit (0);
include_once 'core/application.php';
\application::start($argv);


