| Line 19... |
Line 19... |
| 19 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | You should have received a copy of the GNU Lesser General Public |
|
| 20 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | License along with this library; if not, write to the Free Software |
|
| 21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
| 22 |
// | |
|
22 |
// | |
|
| 23 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
| 24 |
// CVS : $Id: pap_initialise_auth.inc.php,v 1.11 2004-12-13 18:06:52 alex Exp $
|
24 |
// CVS : $Id: pap_initialise_auth.inc.php,v 1.12 2004-12-15 15:24:45 alex Exp $
|
| 25 |
/**
|
25 |
/**
|
| 26 |
* Initialisation de l'authentification.
|
26 |
* Initialisation de l'authentification.
|
| 27 |
*
|
27 |
*
|
| 28 |
* Suite à la recherche des informations depuis la base de données nous initialisons
|
28 |
* Suite à la recherche des informations depuis la base de données nous initialisons
|
| 29 |
* l'authentification des utilisateurs si le site l'utilise.
|
29 |
* l'authentification des utilisateurs si le site l'utilise.
|
| Line 35... |
Line 35... |
| 35 |
//Auteur original :
|
35 |
//Auteur original :
|
| 36 |
*@author Alexandre GRANIER <alex@tela-botanica.org>
|
36 |
*@author Alexandre GRANIER <alex@tela-botanica.org>
|
| 37 |
//Autres auteurs :
|
37 |
//Autres auteurs :
|
| 38 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
38 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
| 39 |
*@copyright Tela-Botanica 2000-2004
|
39 |
*@copyright Tela-Botanica 2000-2004
|
| 40 |
*@version $Revision: 1.11 $ $Date: 2004-12-13 18:06:52 $
|
40 |
*@version $Revision: 1.12 $ $Date: 2004-12-15 15:24:45 $
|
| 41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
| 42 |
*/
|
42 |
*/
|
| Line 43... |
Line 43... |
| 43 |
|
43 |
|
| 44 |
// +------------------------------------------------------------------------------------------------------+
|
44 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 196... |
Line 196... |
| 196 |
}
|
196 |
}
|
| 197 |
}
|
197 |
}
|
| Line 198... |
Line 198... |
| 198 |
|
198 |
|
| Line 199... |
Line 199... |
| 199 |
|
199 |
|
| Line 200... |
Line 200... |
| 200 |
|
200 |
|
| 201 |
if ($auth_courante['type_site_externe'] == '201') {// 201 = site de type "WIKINI"
|
201 |
if (isset ($auth_courante['type_site_externe']) && $auth_courante['type_site_externe'] == '201') {// 201 = site de type "WIKINI"
|
| Line 260... |
Line 260... |
| 260 |
}
|
260 |
}
|
| Line 261... |
Line 261... |
| 261 |
|
261 |
|
| 262 |
|
262 |
|
| - |
|
263 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
| - |
|
264 |
* $Log: not supported by cvs2svn $
|
| - |
|
265 |
* Revision 1.11 2004/12/13 18:06:52 alex
|
| 263 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
266 |
* authentification spip presque parfaite
|
| 264 |
* $Log: not supported by cvs2svn $
|
267 |
*
|
| 265 |
* Revision 1.10 2004/12/07 19:13:51 alex
|
268 |
* Revision 1.10 2004/12/07 19:13:51 alex
|
| 266 |
* authentification spip
|
269 |
* authentification spip
|
| 267 |
*
|
270 |
*
|