Line 20... |
Line 20... |
20 |
// | You should have received a copy of the GNU Lesser General Public |
|
20 |
// | You should have received a copy of the GNU Lesser General Public |
|
21 |
// | License along with this library; if not, write to the Free Software |
|
21 |
// | License along with this library; if not, write to the Free Software |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
// | |
|
23 |
// | |
|
24 |
// +------------------------------------------------------------------------------------------------------+
|
24 |
// +------------------------------------------------------------------------------------------------------+
|
25 |
// CVS : $Id: papyrus.php,v 1.8 2004-11-29 15:54:31 jpm Exp $
|
25 |
// CVS : $Id: papyrus.php,v 1.9 2004-11-29 17:14:26 jpm Exp $
|
26 |
/**
|
26 |
/**
|
27 |
* Papyrus : programme principale appelant différent fichier à inclure dans un ordre précis.
|
27 |
* Papyrus : programme principale appelant différent fichier à inclure dans un ordre précis.
|
28 |
*
|
28 |
*
|
29 |
* La page contient l'appel aux fonctions de l'application de vérification de l'installation puis
|
29 |
* La page contient l'appel aux fonctions de l'application de vérification de l'installation puis
|
30 |
* l'appel du fichier réalisant l'initialisation. Enfin, l'appel du fichier réalisant le rendu et
|
30 |
* l'appel du fichier réalisant l'initialisation. Enfin, l'appel du fichier réalisant le rendu et
|
Line 35... |
Line 35... |
35 |
*@author Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
|
35 |
*@author Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
|
36 |
//Autres auteurs :
|
36 |
//Autres auteurs :
|
37 |
*@author Alexandre GRANIER <alex@tela-botanica.org>
|
37 |
*@author Alexandre GRANIER <alex@tela-botanica.org>
|
38 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
38 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
39 |
*@copyright Tela-Botanica 2000-2004
|
39 |
*@copyright Tela-Botanica 2000-2004
|
40 |
*@version $Revision: 1.8 $ $Date: 2004-11-29 15:54:31 $
|
40 |
*@version $Revision: 1.9 $ $Date: 2004-11-29 17:14:26 $
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
*/
|
42 |
*/
|
Line 43... |
Line 43... |
43 |
|
43 |
|
44 |
// +------------------------------------------------------------------------------------------------------+
|
44 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
// | ENTÊTE du PROGRAMME |
|
45 |
// | ENTÊTE du PROGRAMME |
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
47 |
// Création des variables globale de Papyrus
|
47 |
// Création des variables globale de Papyrus
|
48 |
$GLOBALS['_GEN_commun'] = array();
|
48 |
$GLOBALS['_GEN_commun'] = array();
|
49 |
$GLOBALS['_PAPYRUS_'] = array();
|
49 |
$GLOBALS['_PAPYRUS_'] = array();
|
50 |
$GLOBALS['_DEBOGAGE_'] = array();
|
50 |
$GLOBALS['_DEBOGAGE_'] = '';
|
Line 51... |
Line 51... |
51 |
$GLOBALS['_CHRONO_'] = array();
|
51 |
$GLOBALS['_CHRONO_'] = array();
|
52 |
|
52 |
|
Line 175... |
Line 175... |
175 |
exit(0);
|
175 |
exit(0);
|
Line 176... |
Line 176... |
176 |
|
176 |
|
177 |
|
177 |
|
- |
|
178 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
- |
|
179 |
* $Log: not supported by cvs2svn $
|
- |
|
180 |
* Revision 1.8 2004/11/29 15:54:31 jpm
|
178 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
181 |
* Changement de nom de variable et légères corrections.
|
179 |
* $Log: not supported by cvs2svn $
|
182 |
*
|
180 |
* Revision 1.7 2004/11/24 18:33:05 jpm
|
183 |
* Revision 1.7 2004/11/24 18:33:05 jpm
|
181 |
* Ajout de la variable globale _PAPYRUS_.
|
184 |
* Ajout de la variable globale _PAPYRUS_.
|
182 |
*
|
185 |
*
|