4 |
david |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
include_once 'papyrus/configuration/pap_config_avancee.inc.php' ;
|
|
|
4 |
include_once 'papyrus/applettes/identification/identification.php';
|
|
|
5 |
include_once 'api/debogage/BOG_sql.fonct.php';
|
|
|
6 |
include_once 'papyrus/bibliotheque/fonctions/pap_identification.fonct.php';
|
|
|
7 |
include_once 'Net/URL.php' ;
|
|
|
8 |
|
|
|
9 |
|
|
|
10 |
$GLOBALS['_GEN_commun']['url'] = new Net_URL($url) ;
|
|
|
11 |
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN) ;
|
|
|
12 |
$GLOBALS['_GEN_commun']['pear_auth'] = & $AUTH ;
|
|
|
13 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_prenom = 'U_SURNAME' ;
|
|
|
14 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_nom = 'U_NAME' ;
|
|
|
15 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_modif = 'http://www.tela-botanica.org/inscription' ;
|
|
|
16 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->gsab_nom_table = 'annuaire_tela' ;
|
|
|
17 |
echo '<div id="menu_contextuel">' ;
|
|
|
18 |
echo afficherFormIdentification($tab_arguments, &$_GEN_commun) ;
|
|
|
19 |
echo '</div>' ;
|
|
|
20 |
?>
|