restructure files and folders
This commit is contained in:
parent
75953bcf95
commit
083ba483cc
335 changed files with 1096 additions and 1096 deletions
10
html/fid.php
10
html/fid.php
|
|
@ -33,13 +33,13 @@
|
|||
*\note if the j is -1 then all the card are shown
|
||||
*/
|
||||
require_once '../include/constant.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_own.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_database.php';
|
||||
require_once NOALYSS_INCLUDE.'/user_common.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_dossier.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/class_own.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_database.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/user_common.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/class_dossier.php';
|
||||
$gDossier=dossier::id();
|
||||
|
||||
require_once('class_user.php');
|
||||
require_once('class/class_user.php');
|
||||
|
||||
$cn=new Database(dossier::id());
|
||||
global $g_user;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue