This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/api/v1/index.php
T
Taras Machyshyn 50b485d51c installer
2014-03-04 17:43:52 +02:00

10 lines
117 B
PHP

<?php
error_reporting(0);
require_once('../../bootstrap.php');
$app = new \Espo\Core\Application();
$app->run();