source: trunk/phpversion.php

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

bug fix in phpversion.php; add fake user in demo1; suppression NEMO in title of plot

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