Files
espocrm/api/index.php
2013-11-15 17:36:28 +02:00

11 lines
98 B
PHP
Executable File

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