| Line 1... |
Line 1... |
| 1 |
<?php
|
1 |
<?php
|
| 2 |
include_once 'papyrus/configuration/pap_config_avancee.inc.php' ;
|
2 |
include_once 'papyrus/configuration/pap_config_avancee.inc.php' ;
|
| 3 |
include_once 'papyrus/applettes/identification/identification.php';
|
3 |
include_once 'papyrus/applettes/identification/identification.php';
|
| 4 |
include_once 'api/debogage/BOG_sql.fonct.php';
|
4 |
include_once 'api/debogage/BOG_sql.fonct.php';
|
| 5 |
include_once 'papyrus/bibliotheque/fonctions/pap_identification.fonct.php';
|
5 |
include_once 'papyrus/bibliotheque/fonctions/pap_identification.fonct.php';
|
| 6 |
include_once 'Net/URL.php' ;
|
- |
|
| Line 7... |
Line 6... |
| 7 |
|
6 |
|
| 8 |
$GLOBALS['_GEN_commun']['url'] = new Net_URL($url);
|
7 |
$GLOBALS['_GEN_commun']['url'] = $NetUrl;
|
| 9 |
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN);
|
8 |
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN);
|
| 10 |
$GLOBALS['_GEN_commun']['pear_auth'] =& $GLOBALS['identification'];
|
9 |
$GLOBALS['_GEN_commun']['pear_auth'] =& $GLOBALS['identification'];
|
| 11 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_prenom = 'U_SURNAME';
|
10 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_prenom = 'U_SURNAME';
|
| 12 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_nom = 'U_NAME';
|
11 |
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_nom = 'U_NAME';
|