source: trunk/phpversion.php @ 33

Last change on this file since 33 was 33, checked in by pinsard, 16 years ago

add Id in many headers; replace bibrefnemo.xml by biblio.xml

  • Property svn:keywords set to Id
File size: 262 bytes
Line 
1<?php
2
3update :
4$Id$
5fplod 2007-05-03T14:50:41Z aedon.locean-ipsl.upmc.fr (Darwin)
6creation
7*/
8
9/*
10 Définit le fuseau horaire par défaut à utiliser. Disponible depuis PHP 5.1
11date_default_timezone_set('UTC'); ++
12*/
13error_reporting(E_ALL);
14
15echo phpversion();
16?>
Note: See TracBrowser for help on using the repository browser.