Commit cb0bbe24ce1b103c0b5b8a9b09c984fb814c7e35

Authored by Geoffrey PREUD'HOMME
1 parent 13e1e4dd

hotfix

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
api/cafe.php 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?php
  2 +
  3 +include("commun.php");
  4 +
  5 +header("HTTP/1.0 418 I'm A Teapot");
  6 +retour("je_suis_une_theiere");
  7 +
  8 +?>
... ...