9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'monarc' => array(
|
||
|
'ttl' => @monarc.ttl@, // timeout
|
||
|
'salt' => '@monarc.salt@', // salt privé pour chiffrement pwd
|
||
|
),
|
||
|
);
|