From 4e16be17ceef9311a083c9182df0ec04a4f9811e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sat, 21 May 2011 20:35:32 +0200 Subject: [PATCH] =?UTF-8?q?Renomage=20jeu.php=20=E2=86=92=20jeu.html=20(ou?= =?UTF-8?q?i=20je=20l'ai=20d=C3=A9j=C3=A0=20fait=20dans=20l'autre=20sens?= =?UTF-8?q?=20il=20y=20a=20peu=20de=20temps).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/PtiClic/src/org/pticlic/model/Constant.java | 2 +- code/serveur/php/{jeu.php => jeu.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename code/serveur/php/{jeu.php => jeu.html} (100%) diff --git a/code/PtiClic/src/org/pticlic/model/Constant.java b/code/PtiClic/src/org/pticlic/model/Constant.java index 798d796..896540f 100644 --- a/code/PtiClic/src/org/pticlic/model/Constant.java +++ b/code/PtiClic/src/org/pticlic/model/Constant.java @@ -1,7 +1,7 @@ package org.pticlic.model; public class Constant { - public static final String SERVER_URL = "unstable/code/serveur/php/jeu.php"; + public static final String SERVER_URL = "unstable/code/serveur/php/jeu.html"; public static final String SERVER_AUTH = "SERVER_AUTH"; public static final String SERVER = "http://www.pticlic.fr/"; diff --git a/code/serveur/php/jeu.php b/code/serveur/php/jeu.html similarity index 100% rename from code/serveur/php/jeu.php rename to code/serveur/php/jeu.html