7 lines
95 B
PHP
7 lines
95 B
PHP
<?php
|
|
|
|
require_once('../../bootstrap.php');
|
|
|
|
$app = new \Espo\Core\Application();
|
|
$app->run();
|