Subversion Repositories eFlore/Applications.del

Rev

Rev 1683 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1683 Rev 1867
Line 1... Line 1...
1
<?php
1
<?php
2
// declare(encoding='UTF-8');
2
// declare(encoding='UTF-8');
3
/**
3
/**
4
 * Script gérant les statistiques de DEL.
4
 * Script gérant les statistiques de DEL.
5
 *
5
 *
6
 * @category	php 5.4
6
 * @category   DEL
7
 * @package		DEL
7
 * @package    Scripts
8
 * @subpackage 	Scripts
8
 * @subpackage Stats
9
 * @author		Mathias CHOUET <mathias@tela-botanica.org>
9
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
-
 
10
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
10
 * @copyright	Copyright (c) 2014, Tela Botanica (accueil@tela-botanica.org)
11
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
-
 
12
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
11
 * @license		CeCILL v2 http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt
13
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
12
 * @license		GNU-GPL http://www.gnu.org/licenses/gpl.html
14
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
13
 */
15
 */
14
class Stats extends DelScript {
16
class Stats extends DelScript {
Line 15... Line 17...
15
 
17
 
16
	public function executer() {
18
	public function executer() {