Code Cleaning split PDF into PDF_Core and PDF

This commit is contained in:
Dany De Bontridder 2019-07-27 17:50:42 +02:00
parent 396fe8d99a
commit 25ef8ad689
22 changed files with 522 additions and 432 deletions

View file

@ -31,7 +31,7 @@ require_once NOALYSS_INCLUDE.'/header_print.php';
require_once NOALYSS_INCLUDE.'/class/dossier.class.php';
require_once NOALYSS_INCLUDE.'/class/acc_operation.class.php';
require_once NOALYSS_INCLUDE.'/class/user.class.php';
require_once NOALYSS_INCLUDE.'/lib/pdf.class.php';
require_once NOALYSS_INCLUDE.'/class/pdf.class.php';
require_once NOALYSS_INCLUDE.'/lib/http_input.class.php';
$http=new HttpInput();