BThommy/cli.php

8 lines
174 B
PHP

<?php
require_once dirname(__FILE__) . '/autoload.php';
if(!\Core\Helper::isCLI())
die('This file can only be executed from the command line');
$app = new \Core\App();