Subversion Repositories Applications.wikini

Rev

Rev 45 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45 Rev 46
Line 1... Line 1...
1
<?php
1
<?php
2
// Encodage : UTF-8
-
 
-
 
2
 
3
// Permet d'afficher le temps d'execution du service
3
// Permet d'afficher le temps d'execution du service
4
$temps_debut = (isset($_GET['chrono']) && $_GET['chrono'] == 1) ? microtime(true) : '';
4
$temps_debut = (isset($_GET['chrono']) && $_GET['chrono'] == 1) ? microtime(true) : '';
5
// +-------------------------------------------------------------------------------------------------------------------+
5
// +-------------------------------------------------------------------------------------------------------------------+
6
/**
6
/**
7
* Serveur
7
 * Serveur REST Wikini
8
*
-
 
9
* Description : initialise le chargement et l'exécution des services web.
-
 
10
*
8
 *
-
 
9
 * Initialise le chargement et l'exécution des services web.
11
//Auteur original :
10
 * Encodage : UTF-8
12
* @author       auteur <aut@tela-botanica.org>
11
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
13
* @copyright    Tela-Botanica 1999-2008
12
 * @copyright	Tela-Botanica 1999-2008
14
* @licence      GPL v3 & CeCILL v2
13
 * @licence		GPL v3 & CeCILL v2
15
* @version      $Id$
-
 
16
*/
14
 */
17
// +-------------------------------------------------------------------------------------------------------------------+
-
 
Line 18... Line 15...
18
 
15
 
19
// Le fichier autoload.inc.php du Framework de Tela Botanica doit être appelée avant tout autre chose dans l'application.
16
// Le fichier autoload.inc.php du Framework de Tela Botanica doit être appelée avant tout autre chose dans l'application.
20
// Sinon, rien ne sera chargé.
17
// Sinon, rien ne sera chargé.
21
// Chemin du fichier chargeant le framework requis
18
// Chemin du fichier chargeant le framework requis