source: trunk/server.php

Last change on this file 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: 293 bytes
Line 
1<?php
2
3/*
4module :
5++
6
7update :
8$Id$
9fplod 2007-05-09T09:13:20Z aedon.locean-ipsl.upmc.fr (Darwin)
10creation
11*/
12
13/*
14 Définit le fuseau horaire par défaut à utiliser. Disponible depuis PHP 5.1
15date_default_timezone_set('UTC'); ++
16*/
17error_reporting(E_ALL);
18
19echo $_SERVER['HTTP_USER_AGENT'];
20?>
Note: See TracBrowser for help on using the repository browser.