0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 07:52:36 +00:00
salesagility_SuiteCRM/lib/API/public/index.php
Stephen Ostrow 684baab4ba Put the public directory back for the v8 api endpoint
in commit 59a76f1d54 this (v8 [NOT V8])
was marked as being "deprecated"; however, it was completely killed by
the removal of it's endpoint directory
2019-03-25 23:03:53 -04:00

6 lines
111 B
PHP

<?php
if (!defined('sugarEntry')) {
define('sugarEntry', true);
}
require_once __DIR__.'/../core/app.php';