Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: pap_verification.inc.php,v 1.7 2006-03-15 09:30:50 florian Exp $
|
22 |
// CVS : $Id: pap_verification.inc.php,v 1.8 2006-04-28 12:41:49 florian Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Réalisation de la vérification des besoins de Papyrus.
|
24 |
* Réalisation de la vérification des besoins de Papyrus.
|
25 |
*
|
25 |
*
|
26 |
* Ce fichier vérifie la présence de certaines extensions nécessaires à Papyrus.
|
26 |
* Ce fichier vérifie la présence de certaines extensions nécessaires à Papyrus.
|
27 |
*
|
27 |
*
|
Line 29... |
Line 29... |
29 |
//Auteur original :
|
29 |
//Auteur original :
|
30 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
30 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
31 |
//Autres auteurs :
|
31 |
//Autres auteurs :
|
32 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
32 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@version $Revision: 1.7 $ $Date: 2006-03-15 09:30:50 $
|
34 |
*@version $Revision: 1.8 $ $Date: 2006-04-28 12:41:49 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
Line 52... |
Line 52... |
52 |
|
52 |
|
Line 53... |
Line 53... |
53 |
$chemin_fichier_config_defaut = 'papyrus/configuration/pap_config.inc.php';
|
53 |
$chemin_fichier_config_defaut = 'papyrus/configuration/pap_config.inc.php';
|
54 |
|
54 |
|
55 |
/** Inclusion du fichier de configuration avancée
|
55 |
/** Inclusion du fichier de configuration avancée
|
Line 56... |
Line 56... |
56 |
** Ajout du fichier de configuration avancée de de Papyrus contenant les chemins des fichiers.*/
|
56 |
** Ajout du fichier de configuration avancée de de Papyrus contenant les chemins des fichiers.*/
|
57 |
include_once 'papyrus/configuration/pap_config_avancee.inc.php';
|
57 |
include_once 'configuration/pap_config_avancee.inc.php';
|
58 |
|
58 |
|
59 |
// Gestion du fichier de config par défaut permettant de savoir si l'installation a été faite ou pas
|
59 |
// Gestion du fichier de config par défaut permettant de savoir si l'installation a été faite ou pas
|
Line 83... |
Line 83... |
83 |
// +------------------------------------------------------------------------------------------------------+
|
83 |
// +------------------------------------------------------------------------------------------------------+
|
Line 84... |
Line 84... |
84 |
|
84 |
|
85 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
85 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
86 |
*
|
86 |
*
|
- |
|
87 |
* $Log: not supported by cvs2svn $
|
- |
|
88 |
* Revision 1.7 2006/03/15 09:30:50 florian
|
- |
|
89 |
* suppression des echos, qui entrainaient des problemes d'affichages
|
87 |
* $Log: not supported by cvs2svn $
|
90 |
*
|
88 |
* Revision 1.6 2005/09/20 17:01:22 ddelon
|
91 |
* Revision 1.6 2005/09/20 17:01:22 ddelon
|
89 |
* php5 et bugs divers
|
92 |
* php5 et bugs divers
|
90 |
*
|
93 |
*
|
91 |
* Revision 1.5 2005/02/28 11:20:42 jpm
|
94 |
* Revision 1.5 2005/02/28 11:20:42 jpm
|