<?php

include_once('Application/Core.php');

if (isset($_SERVER['REMOTE_ADDR'])) die();

$System = new Core();
$System->RunCommandLine();
