Bug : forgot to include a file
This commit is contained in:
parent
a4b0c23632
commit
6fa8c7153f
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ include_once ("poste.php");
|
|||
include_once("preference.php");
|
||||
include_once("central_inc.php");
|
||||
include_once("user_common.php");
|
||||
include_Once("form_input.php");
|
||||
include_once("form_input.php");
|
||||
include_once("check_priv.php");
|
||||
|
||||
html_page_start($g_UserProperty['use_theme']);
|
||||
if ( ! isset ( $g_dossier ) ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue