Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 231 → Rev 232

/trunk/papyrus/pap_initialise_auth.inc.php
21,7 → 21,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// | |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: pap_initialise_auth.inc.php,v 1.11 2004-12-13 18:06:52 alex Exp $
// CVS : $Id: pap_initialise_auth.inc.php,v 1.12 2004-12-15 15:24:45 alex Exp $
/**
* Initialisation de l'authentification.
*
37,7 → 37,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.11 $ $Date: 2004-12-13 18:06:52 $
*@version $Revision: 1.12 $ $Date: 2004-12-15 15:24:45 $
// +------------------------------------------------------------------------------------------------------+
*/
 
198,7 → 198,7
 
 
 
if ($auth_courante['type_site_externe'] == '201') {// 201 = site de type "WIKINI"
if (isset ($auth_courante['type_site_externe']) && $auth_courante['type_site_externe'] == '201') {// 201 = site de type "WIKINI"
 
}
 
262,6 → 262,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.11 2004/12/13 18:06:52 alex
* authentification spip presque parfaite
*
* Revision 1.10 2004/12/07 19:13:51 alex
* authentification spip
*