Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 54 Rev 57
Line 1... Line 1...
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 5.0                                                                                     |
4
// | PHP version 5.0.3                                                                                     |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of eFlore-Serveur.                                                                 |
8
// | This file is part of eFlore-Serveur.                                                                 |
9
// |                                                                                                      |
9
// |                                                                                                      |
Line 34... Line 34...
34
//Auteur original :
34
//Auteur original :
35
*@author        Frédéric LEGENS <flegens@free.fr>
35
*@author        Frédéric LEGENS <flegens@free.fr>
36
//Autres auteurs :
36
//Autres auteurs :
37
*@author        Aucun
37
*@author        Aucun
38
*@copyright     Tela-Botanica 2000-2004
38
*@copyright     Tela-Botanica 2000-2004
39
*@version       $Revision: 1.4 $ $Date: 2004-12-23 15:22:15 $
39
*@version       $Revision: 1.5 $ $Date: 2004-12-23 15:44:57 $
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
*/
41
*/
Line 42... Line 42...
42
 
42
 
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
Line 69... Line 69...
69
    $lecture = fread($file,$taille); 
69
    $lecture = fread($file, $taille); 
70
    fclose($file);
70
    fclose($file);
71
    echo $lecture;
71
    echo $lecture;
72
}
72
}
Line 73... Line -...
73
 
-
 
74
 
73
 
75
// +------------------------------------------------------------------------------------------------------+
74
// +------------------------------------------------------------------------------------------------------+
76
// |                                           LISTE de FONCTIONS                                         |
75
// |                                           LISTE de FONCTIONS                                         |
Line 77... Line 76...
77
// +------------------------------------------------------------------------------------------------------+
76
// +------------------------------------------------------------------------------------------------------+
78
 
77
 
79
 
78
 
-
 
79
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
80
*
-
 
81
* $Log: not supported by cvs2svn $
80
/* +--Fin du code ----------------------------------------------------------------------------------------+
82
* Revision 1.4  2004/12/23 15:22:15  jpm
81
*
83
* Modification du fichier de config appelé.
82
* $Log: not supported by cvs2svn $
84
*
83
* Revision 1.3  2004/12/22 23:28:14  fred
85
* Revision 1.3  2004/12/22 23:28:14  fred
84
* intégration de la license
86
* intégration de la license