Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1052 → Rev 1053

/trunk/papyrus/configuration/pap_config_avancee.inc.php
22,7 → 22,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// | |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: pap_config_avancee.inc.php,v 1.25 2006-10-26 16:29:52 jp_milcent Exp $
// CVS : $Id: pap_config_avancee.inc.php,v 1.26 2006-11-20 17:29:04 jp_milcent Exp $
/**
* Page de configuration avancée de Papyrus
*
36,7 → 36,7
*@author Alexandre GRANIER <alex@tela-botanica.org>
*@author Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.25 $ $Date: 2006-10-26 16:29:52 $
*@version $Revision: 1.26 $ $Date: 2006-11-20 17:29:04 $
// +------------------------------------------------------------------------------------------------------+
*/
 
77,6 → 77,12
define('GEN_DEBOGAGE_I18N', 'fr');
 
// +------------------------------------------------------------------------------------------------------+
// Paramétrage de l'identification : Auth
$tps = time()+3600*24*30;
// Mettre 0 pour "déconnecter en fin de session" sinon utiliser la variable $tps
define('PAP_AUTH_SESSION_DUREE', (int)$tps);
 
// +------------------------------------------------------------------------------------------------------+
// Paramétrage du nom du champ servant à identifier un site dans l'url
/** Type du code d'un site passé dans l'url.*/
define('GEN_URL_ID_TYPE_SITE', 'int');// string ou int
212,6 → 218,9
);
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.25 2006/10/26 16:29:52 jp_milcent
* Correction erreur redirection en boucle.
*
* Revision 1.24 2006/10/18 10:18:04 jp_milcent
* Gestion des erreurs HTTP par Papyrus.
*