2013-11-05 11:18:30 +00:00
|
|
|
<?php
|
|
|
|
return array(
|
|
|
|
'afnic' => array(
|
|
|
|
'actif' => true,
|
|
|
|
'versions' => array(
|
|
|
|
'2.2' => array( 'actif' => true, 'defaut' => true ),
|
|
|
|
),
|
2013-11-05 13:13:59 +00:00
|
|
|
'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 ),
|
|
|
|
),
|
2014-07-18 08:52:56 +00:00
|
|
|
'idClient' => array(1),
|
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
|
|
|
),
|
2013-11-05 13:13:59 +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 ),
|
|
|
|
),
|
2013-11-05 13:13:59 +00:00
|
|
|
'idClient' => array(1,157),
|
2013-11-05 11:18:30 +00:00
|
|
|
),
|
2014-10-06 19:27:47 +00:00
|
|
|
'mixdata' => array(
|
|
|
|
'actif' => true,
|
|
|
|
'versions' => array(
|
|
|
|
'0.1' => array( 'actif' => true, 'defaut' => true ),
|
|
|
|
),
|
2014-10-08 15:30:13 +00:00
|
|
|
'idClient' => array(1,190),
|
2014-10-06 19:27:47 +00:00
|
|
|
),
|
2014-11-28 13:05:25 +00:00
|
|
|
'rrg' => array(
|
|
|
|
'actif' => true,
|
|
|
|
'versions' => array(
|
|
|
|
'0.1' => array( 'actif' => true, 'defaut' => true ),
|
|
|
|
),
|
2014-11-28 15:08:47 +00:00
|
|
|
'idClient' => array(1,192),
|
2014-11-28 13:05:25 +00:00
|
|
|
),
|
2013-11-05 11:18:30 +00:00
|
|
|
);
|