Task #0000839: Réécriture de la procédure d'installation

Inclu en premier lieu constant.php pour avoir la bonne valeur dans include_path
Tous les tags <? ont été changés en <?php pour les servers mutualisés
This commit is contained in:
Dany De Bontridder 2013-05-16 22:13:12 +00:00
parent d714773279
commit ead69f843d
32 changed files with 61 additions and 37 deletions

View file

@ -21,6 +21,7 @@
/*! \file
* \brief Search module
*/
require_once '../include/constant.php';
require_once('class_dossier.php');
include_once("ac_common.php");
include_once ("constant.php");