source: trunk/phpversion.php @ 8

Last change on this file since 8 was 2, checked in by smasson, 17 years ago

initial import

File size: 360 bytes
Line 
1<?php
2
3/*
4source :
5/usr/home/fplod/incas/bibnemo/src/bibnemomaf/phpversion.php sur aedon.locean-ipsl.upmc.fr
6
7update :
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.