mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-11 00:42:27 +00:00
![Stephen Ostrow](/assets/img/avatar_default.png)
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
5 lines
111 B
PHP
5 lines
111 B
PHP
<?php
|
|
if (!defined('sugarEntry')) {
|
|
define('sugarEntry', true);
|
|
}
|
|
require_once __DIR__.'/../core/app.php';
|