Code cleaning : split database into database (for noalyss) and databasecore ,
with the functions
This commit is contained in:
parent
a99d1e16fe
commit
2e74ca5bdf
109 changed files with 623 additions and 608 deletions
|
|
@ -25,7 +25,7 @@
|
|||
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||
include_once('class/acc_account_ledger.class.php');
|
||||
include_once('lib/ac_common.php');
|
||||
require_once NOALYSS_INCLUDE.'/lib/database.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/database.class.php';
|
||||
include_once('lib/impress.class.php');
|
||||
require_once NOALYSS_INCLUDE.'/class/noalyss_parameter_folder.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/dossier.class.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue