/[openfoncier]/trunk/obj/utils.class.php
ViewVC logotype

Diff of /trunk/obj/utils.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2175 by softime, Wed Aug 28 16:49:42 2013 UTC revision 2178 by softime, Thu Aug 29 09:56:20 2013 UTC
# Line 583  class utils extends application { Line 583  class utils extends application {
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  }  }

Legend:
Removed from v.2175  
changed lines
  Added in v.2178

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26