mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-22 07:52:36 +00:00
11 lines
347 B
PHP
11 lines
347 B
PHP
<?php
|
|
/**
|
|
* Simple file intended to setup pCharts.
|
|
*/
|
|
$libPath = 'modules/AOR_Charts/lib/pChart/';
|
|
require_once $libPath . 'class/pData.class.php';
|
|
require_once $libPath . 'class/pDraw.class.php';
|
|
require_once $libPath . 'class/pImage.class.php';
|
|
require_once $libPath . 'class/pPie.class.php';
|
|
require_once $libPath . 'class/pRadar.class.php';
|