Files
oficial/bin/index.php

9 lines
157 B
PHP
Raw Normal View History

2023-06-22 23:15:17 -04:00
<?php
//$__environment = 'cli';
$app = include_once implode(DIRECTORY_SEPARATOR, [
dirname(__FILE__, 2),
'setup',
'cli.app.php'
]);
$app->run();