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_envoi.inc.php,v 1.3 2004-10-15 18:29:19 jpm Exp $
|
22 |
// CVS : $Id: pap_envoi.inc.php,v 1.4 2005-02-28 11:20:42 jpm Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Gestion de l'envoie des pages à afficher.
|
24 |
* Gestion de l'envoie des pages à afficher.
|
25 |
*
|
25 |
*
|
26 |
* Ce fichier envoi les données en les compressant si possible.
|
26 |
* Ce fichier envoi les données en les compressant si possible.
|
27 |
*
|
27 |
*
|
28 |
*@package Papyrus
|
28 |
*@package Papyrus
|
29 |
//Auteur original :
|
29 |
//Auteur original :
|
30 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
30 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
31 |
//Autres auteurs :
|
31 |
//Autres auteurs :
|
32 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
32 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@version $Revision: 1.3 $ $Date: 2004-10-15 18:29:19 $
|
34 |
*@version $Revision: 1.4 $ $Date: 2005-02-28 11:20:42 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
Line 77... |
Line 77... |
77 |
echo($_GEN_commun['sortie']);
|
77 |
echo($_GEN_commun['sortie']);
|
Line 78... |
Line 78... |
78 |
|
78 |
|
79 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
79 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
80 |
*
|
80 |
*
|
- |
|
81 |
* $Log: not supported by cvs2svn $
|
- |
|
82 |
* Revision 1.3 2004/10/15 18:29:19 jpm
|
- |
|
83 |
* Modif pour gérer l'appli installateur de Papyrus.
|
81 |
* $Log: not supported by cvs2svn $
|
84 |
*
|
82 |
* Revision 1.2 2004/06/16 15:07:56 jpm
|
85 |
* Revision 1.2 2004/06/16 15:07:56 jpm
|
83 |
* Correction d'un chemin et nom de fichier.
|
86 |
* Correction d'un chemin et nom de fichier.
|
84 |
*
|
87 |
*
|
85 |
* Revision 1.1 2004/06/16 08:11:37 jpm
|
88 |
* Revision 1.1 2004/06/16 08:11:37 jpm
|