Use a variable for an absolute path for performance reason
NOALYSS_INCLUDE NOALYSS_HOME NOALYSS_PLUGIN
This commit is contained in:
parent
643147a22c
commit
db45d7f81c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue