Subversion Repositories Sites.tela-botanica.org

Rev

Rev 4 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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