mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-22 07:52:36 +00:00
684baab4ba
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
6 lines
111 B
PHP
6 lines
111 B
PHP
<?php
|
|
if (!defined('sugarEntry')) {
|
|
define('sugarEntry', true);
|
|
}
|
|
require_once __DIR__.'/../core/app.php';
|