Add load_all_script() for the future all other script include must
be skipped
This commit is contained in:
parent
6194defe62
commit
48c7860bfc
1 changed files with 3 additions and 1 deletions
|
|
@ -28,8 +28,10 @@
|
|||
include_once ("ac_common.php");
|
||||
require_once("constant.php");
|
||||
require_once('class_database.php');
|
||||
echo JS_AJAX_FICHE;
|
||||
require_once('class_dossier.php');
|
||||
require_once('function_javascript.php');
|
||||
echo load_all_script();
|
||||
|
||||
$gDossier=dossier::id();
|
||||
|
||||
$g_name=dossier::name();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue