On déplace le fichier ini dans le répertoire de giant
This commit is contained in:
parent
07fc55e60f
commit
1f231431e4
@ -1,14 +1,14 @@
|
||||
<?php
|
||||
require_once ('Functions.lib.php');
|
||||
define("DATA_SET_VERSION", '1.0');
|
||||
Class WSgiant extends Zend_Soap_Client
|
||||
class WSgiant extends Zend_Soap_Client
|
||||
{
|
||||
protected $wsService = array();
|
||||
protected $header;
|
||||
|
||||
function __construct($parametres)
|
||||
{
|
||||
$this->wsService = new Zend_Config_Ini(APPLICATION_PATH.'/configs/giantwebservice.ini');
|
||||
$this->wsService = new Zend_Config_Ini( realpath(dirname(__FILE__)).'/giant.ini' );
|
||||
if($parametres InstanceOF stdClass)
|
||||
self::init($parametres);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user