From b54487ae821da5e7574bf2135b90d0669b30b181 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 22 Jan 2011 10:52:39 +0000 Subject: Ajout du code fait par ludo dans le métro pour commencer à vraiment intégrer les specs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2011-usi/trunk@6 db941bf7-0cb3-4dda-9634-87faf64f93a7 --- app/v1_php/api/game/index.php | 44 ++++++++++++++++++++++++++++++++++++ app/v1_php/api/mysql_connect.inc.php | 11 +++++++++ app/v1_php/api/user/form.html | 28 +++++++++++++++++++++++ app/v1_php/api/user/index.php | 25 ++++++++++++++++++++ app/v1_php/index.html | 4 ++++ 5 files changed, 112 insertions(+) create mode 100644 app/v1_php/api/game/index.php create mode 100644 app/v1_php/api/mysql_connect.inc.php create mode 100644 app/v1_php/api/user/form.html create mode 100644 app/v1_php/api/user/index.php create mode 100644 app/v1_php/index.html (limited to 'app') diff --git a/app/v1_php/api/game/index.php b/app/v1_php/api/game/index.php new file mode 100644 index 0000000..a8658ac --- /dev/null +++ b/app/v1_php/api/game/index.php @@ -0,0 +1,44 @@ + diff --git a/app/v1_php/api/mysql_connect.inc.php b/app/v1_php/api/mysql_connect.inc.php new file mode 100644 index 0000000..0414480 --- /dev/null +++ b/app/v1_php/api/mysql_connect.inc.php @@ -0,0 +1,11 @@ + diff --git a/app/v1_php/api/user/form.html b/app/v1_php/api/user/form.html new file mode 100644 index 0000000..a01d2dd --- /dev/null +++ b/app/v1_php/api/user/form.html @@ -0,0 +1,28 @@ + + + + + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ + diff --git a/app/v1_php/api/user/index.php b/app/v1_php/api/user/index.php new file mode 100644 index 0000000..495bd2a --- /dev/null +++ b/app/v1_php/api/user/index.php @@ -0,0 +1,25 @@ + diff --git a/app/v1_php/index.html b/app/v1_php/index.html new file mode 100644 index 0000000..1c70d95 --- /dev/null +++ b/app/v1_php/index.html @@ -0,0 +1,4 @@ +

It works!

+

This is the default web page for this server.

+

The web server software is running but no content has been added, yet.

+ -- cgit v1.2.3