salesagility_SuiteCRM/Api/index.php

5 lines
73 B
PHP

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