Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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