583 |
parent::checkParams(); |
parent::checkParams(); |
584 |
|
|
585 |
(isset($this->config['path_scan']) ? "" : $this->config['path_scan'] = '../trs/numerisation/'); |
(isset($this->config['path_scan']) ? "" : $this->config['path_scan'] = '../trs/numerisation/'); |
586 |
|
|
587 |
|
$default_sig_elyx = array( |
588 |
|
'url' => 'http://localhost/openads/tests/sig_elyx_test.php', |
589 |
|
'wsdl' => '../tests/wsurbanisme.wsdl', |
590 |
|
'login' => 'sig', |
591 |
|
'password' => 'sig', |
592 |
|
); |
593 |
|
(isset($this->config['sig_elyx']) ? "" : $this->config['sig_elyx'] = $default_sig_elyx); |
594 |
} |
} |
595 |
|
|
596 |
} |
} |