0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-01-25 17:58:37 +00:00
salesagility_SuiteCRM/Api/index.php
zoltan kocsardi a29cc3a54b new api init
2018-04-30 10:59:04 +01:00

4 lines
73 B
PHP

<?php
chdir('../');
require_once __DIR__ . '/Core/app.php';
$app->run();