2012-07-17 10:07:18 +00:00
|
|
|
<?php
|
|
|
|
return array(
|
|
|
|
'afnic' => array(
|
|
|
|
'actif' => true,
|
2012-07-18 14:05:35 +00:00
|
|
|
'versions' => array(
|
|
|
|
'2.2' => array( 'actif' => true, 'defaut' => true ),
|
|
|
|
),
|
2013-09-23 05:41:54 +00:00
|
|
|
'idClient' => array(1,39),
|
2012-07-17 10:07:18 +00:00
|
|
|
),
|
|
|
|
'veolia' => array(
|
|
|
|
'actif' => true,
|
2012-07-18 14:05:35 +00:00
|
|
|
'versions' => array(
|
|
|
|
'0.2' => array( 'actif' => true, 'defaut' => true ),
|
|
|
|
'0.1' => array( 'actif' => true, 'defaut' => false ),
|
|
|
|
),
|
2013-09-23 05:41:54 +00:00
|
|
|
'idClient' => array(1,59),
|
2012-07-17 10:07:18 +00:00
|
|
|
),
|
|
|
|
'vwbank' => array(
|
|
|
|
'actif' => true,
|
2012-07-18 14:05:35 +00:00
|
|
|
'versions' => array(
|
|
|
|
'0.2' => array( 'actif' => true, 'defaut' => false ),
|
|
|
|
'0.1' => array( 'actif' => true, 'defaut' => true ),
|
|
|
|
),
|
2013-09-23 05:41:54 +00:00
|
|
|
'idClient' => array(1,32),
|
2012-07-17 10:07:18 +00:00
|
|
|
),
|
2013-07-25 09:21:50 +00:00
|
|
|
'sfr' => array(
|
|
|
|
'actif' => true,
|
|
|
|
'versions' => array(
|
|
|
|
'0.1' => array( 'actif' => true, 'defaut' => true ),
|
|
|
|
),
|
2013-09-23 05:41:54 +00:00
|
|
|
'idClient' => array(1,157),
|
2013-07-25 09:21:50 +00:00
|
|
|
),
|
2012-07-17 10:07:18 +00:00
|
|
|
);
|