Subversion Repositories Applications.framework

Rev

Blame | Last modification | View Log | RSS feed

<?php

/* 
 * To change this license header, choose License Headers in Project Pro
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

echo "</br>coucou je réceptionne des trucs !</br>";
echo "</br>Méthode : " . $_SERVER['REQUEST_METHOD'];
echo "</br>Mes entêtes : </br>";
echo "<pre>";
var_dump(apache_request_headers());
echo "</pre>";