Blame view

api/cafe.php 103 Bytes
cb0bbe24   Geoffrey PREUD'HOMME   hotfix
1
2
3
4
5
6
7
8
  <?php
  
  include("commun.php");
  
  header("HTTP/1.0 418 I'm A Teapot");
  retour("je_suis_une_theiere");
  
  ?>