mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 07:26:05 +00:00
8 lines
96 B
PHP
8 lines
96 B
PHP
<?php
|
|
|
|
require_once('../../bootstrap.php');
|
|
|
|
$app = new \Espo\Core\Application();
|
|
$app->run();
|
|
|