webservice/library/WsScore/Clients/ClientsConfig.php

33 lines
924 B
PHP
Raw Normal View History

2013-11-05 11:18:30 +00:00
<?php
return array(
'afnic' => array(
'actif' => true,
'versions' => array(
'2.2' => array( 'actif' => true, 'defaut' => true ),
),
'idClient' => array(1,39),
2013-11-05 11:18:30 +00:00
),
'veolia' => array(
'actif' => true,
'versions' => array(
'0.2' => array( 'actif' => true, 'defaut' => true ),
'0.1' => array( 'actif' => true, 'defaut' => false ),
),
'idClient' => array(1,59),
2013-11-05 11:18:30 +00:00
),
'vwbank' => array(
'actif' => true,
'versions' => array(
2013-12-26 14:25:59 +00:00
'0.2' => array( 'actif' => true, 'defaut' => true ),
'0.1' => array( 'actif' => true, 'defaut' => false ),
2013-11-05 11:18:30 +00:00
),
'idClient' => array(1,32),
2013-11-05 11:18:30 +00:00
),
'sfr' => array(
'actif' => true,
'versions' => array(
'0.1' => array( 'actif' => true, 'defaut' => true ),
),
'idClient' => array(1,157),
2013-11-05 11:18:30 +00:00
),
);