GITLAB
LeClubInfo
/
10p5-server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
cb0bbe24ce1b103c0b5b8a9b09c984fb814c7e35
Authored by
Geoffrey PREUD'HOMME
2016-05-01 11:58:21 +0200
1 parent
13e1e4dd
hotfix
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
api/cafe.php
Inline
Side-by-side
api/cafe.php
0 → 100644
Wrap text
Show/Hide comments
View file @
cb0bbe2
...
...
@@ -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
+?>
...
...