From 738943804f2e4005e1948ed19e0d02e4cd1df431 Mon Sep 17 00:00:00 2001 From: Julien Sere Date: Sat, 22 Jan 2011 13:53:33 +0000 Subject: On est bloqué à cause du long-polling... Pas de syncrho en php sous Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2011-usi/trunk@9 db941bf7-0cb3-4dda-9634-87faf64f93a7 --- app/v1_php/api/login/form.html | 20 ++++++++++ app/v1_php/api/login/index.php | 23 ++++++++++++ app/v1_php/api/question/.htaccess | 3 ++ app/v1_php/api/question/index.php | 77 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+) create mode 100644 app/v1_php/api/login/form.html create mode 100644 app/v1_php/api/login/index.php create mode 100644 app/v1_php/api/question/.htaccess create mode 100644 app/v1_php/api/question/index.php diff --git a/app/v1_php/api/login/form.html b/app/v1_php/api/login/form.html new file mode 100644 index 0000000..d514e10 --- /dev/null +++ b/app/v1_php/api/login/form.html @@ -0,0 +1,20 @@ + + + + + +
+
+ + +
+
+ + +
+
+ +
+
+ + diff --git a/app/v1_php/api/login/index.php b/app/v1_php/api/login/index.php new file mode 100644 index 0000000..6cd1d77 --- /dev/null +++ b/app/v1_php/api/login/index.php @@ -0,0 +1,23 @@ + diff --git a/app/v1_php/api/question/.htaccess b/app/v1_php/api/question/.htaccess new file mode 100644 index 0000000..caad873 --- /dev/null +++ b/app/v1_php/api/question/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteRule ^([0-9]*)$ index.php?n=$1 + diff --git a/app/v1_php/api/question/index.php b/app/v1_php/api/question/index.php new file mode 100644 index 0000000..fd8985e --- /dev/null +++ b/app/v1_php/api/question/index.php @@ -0,0 +1,77 @@ + -- cgit v1.2.3