33 lines
921 B
PHP
33 lines
921 B
PHP
<?php
|
|
return array(
|
|
'afnic' => array(
|
|
'actif' => true,
|
|
'versions' => array(
|
|
'2.2' => array( 'actif' => true, 'defaut' => true ),
|
|
),
|
|
'idClient' => array(1,39),
|
|
),
|
|
'veolia' => array(
|
|
'actif' => true,
|
|
'versions' => array(
|
|
'0.2' => array( 'actif' => true, 'defaut' => true ),
|
|
'0.1' => array( 'actif' => true, 'defaut' => false ),
|
|
),
|
|
'idClient' => array(1),
|
|
),
|
|
'vwbank' => array(
|
|
'actif' => true,
|
|
'versions' => array(
|
|
'0.2' => array( 'actif' => true, 'defaut' => true ),
|
|
'0.1' => array( 'actif' => true, 'defaut' => false ),
|
|
),
|
|
'idClient' => array(1,32),
|
|
),
|
|
'sfr' => array(
|
|
'actif' => true,
|
|
'versions' => array(
|
|
'0.1' => array( 'actif' => true, 'defaut' => true ),
|
|
),
|
|
'idClient' => array(1,157),
|
|
),
|
|
); |