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