Use a variable for an absolute path for performance reason

NOALYSS_INCLUDE
NOALYSS_HOME
NOALYSS_PLUGIN
This commit is contained in:
Dany De Bontridder 2015-08-11 11:06:32 +02:00
parent 643147a22c
commit db45d7f81c

View file

@ -27,7 +27,7 @@ if (!defined('ALLOWED'))
/**
* export all the selected documents for Ana Accountancy in PDF
*/
require_once 'class_document_export.php';
require_once NOALYSS_INCLUDE.'/class_document_export.php';
$ck = HtmlInput::default_value_get('ck', 0);
if ($ck == 0)