Merge branch 'master' into entreprise

This commit is contained in:
Dany De Bontridder 2019-07-29 12:24:54 +02:00
commit f275796e2e
194 changed files with 2362 additions and 2027 deletions

View file

@ -3,7 +3,7 @@
//see licence.txt
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
require_once NOALYSS_INCLUDE.'/lib/database.class.php';
require_once NOALYSS_INCLUDE.'/class/database.class.php';
require_once NOALYSS_INCLUDE.'/class/dossier.class.php';
require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
require_once NOALYSS_INCLUDE.'/constant.php';