Files
espocrm/api/v1/index.php
Taras Machyshyn 34c6aed886 install changes
2014-03-07 13:36:13 +02:00

9 lines
116 B
PHP

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