Subversion Repositories Applications.framework

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
496 eric 1
<?php
2
 
3
/*
4
 * To change this license header, choose License Headers in Project Pro
5
 * To change this template file, choose Tools | Templates
6
 * and open the template in the editor.
7
 */
8
 
9
echo "</br>coucou je réceptionne des trucs !</br>";
10
echo "</br>Méthode : " . $_SERVER['REQUEST_METHOD'];
11
echo "</br>Mes entêtes : </br>";
12
echo "<pre>";
13
var_dump(apache_request_headers());
14
echo "</pre>";