Subversion Repositories eFlore/Applications.cel

Rev

Rev 1840 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1914 raphael 1
<?php
2
date_default_timezone_set("Europe/Paris");
3
return array (
1776 raphael 4
	'transmission' => 'oui',
1914 raphael 5
	'date_transmission' => date("Y-m-d H:i:s") // attention au décallage (1sec par exemple)
1769 raphael 6
);