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