Blame view

api/coucou.php 54 Bytes
777dcf6e   Geoffrey PREUD'HOMME   api/coucou
1
2
3
4
5
6
7
  <?php
  
  require_once("commun.php");
  
  retour("ok");
  
  ?>