restructure files and folders

This commit is contained in:
Dany De Bontridder 2015-09-15 07:26:33 +02:00
parent 75953bcf95
commit 083ba483cc
335 changed files with 1096 additions and 1096 deletions

View file

@ -2,8 +2,8 @@
//This file is part of NOALYSS and is under GPL
//see licence.txt
?><?php
require_once NOALYSS_INCLUDE.'/class_acc_operation.php';
require_once NOALYSS_INCLUDE.'/class_acc_reconciliation.php';
require_once NOALYSS_INCLUDE.'/class/class_acc_operation.php';
require_once NOALYSS_INCLUDE.'/class/class_acc_reconciliation.php';
$amount_deb=0;$amount_cred=0;
$gDossier=dossier::id();
global $g_failed;