Line 36... |
Line 36... |
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// | ENTETE du PROGRAMME |
|
39 |
// | ENTETE du PROGRAMME |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
set_include_path(get_include_path().PATH_SEPARATOR.dirname(realpath(__FILE__)).PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']);
|
41 |
set_include_path(get_include_path().PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']);
|
42 |
include_once dirname(realpath(__FILE__)).'/../papyrus/configuration/pap_config_avancee.inc.php' ;
|
42 |
include_once dirname(realpath(__FILE__)).'/../papyrus/configuration/pap_config_avancee.inc.php' ;
|
43 |
include_once dirname(realpath(__FILE__)).'/../papyrus/configuration/pap_config.inc.php' ;
|
43 |
include_once dirname(realpath(__FILE__)).'/../papyrus/configuration/pap_config.inc.php' ;
|
44 |
include_once PAP_CHEMIN_API_PEAR.'Auth.php' ;
|
44 |
include_once '../'.PAP_CHEMIN_API_PEAR.'Auth.php' ;
|
45 |
include_once 'DB.php' ;
|
45 |
include_once '../'.PAP_CHEMIN_API_PEAR.'DB.php' ;
|
Line 46... |
Line 46... |
46 |
include_once 'Net/URL.php' ;
|
46 |
include_once 'Net/URL.php' ;
|
47 |
|
47 |
|
48 |
$NetUrl = new Net_URL();
|
48 |
$NetUrl = new Net_URL();
|