BThommy/tinker.php

10 lines
194 B
PHP

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