From ca4980bc6e9462462b010b799d0aa3f47e4e4a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 8 May 2011 17:27:29 +0200 Subject: [PATCH] =?UTF-8?q?Renomage=20de=20jeu.html=20en=20jeu.php=20pour?= =?UTF-8?q?=20pouvoir=20g=C3=A9n=C3=A9rer=20dynamiquement=20certaines=20pa?= =?UTF-8?q?rties.?= 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.html => jeu.php} | 0 code/serveur/php/ressources/menu.inc | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename code/serveur/php/{jeu.html => jeu.php} (100%) diff --git a/code/PtiClic/src/org/pticlic/model/Constant.java b/code/PtiClic/src/org/pticlic/model/Constant.java index 896540f..798d796 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.html"; + public static final String SERVER_URL = "unstable/code/serveur/php/jeu.php"; public static final String SERVER_AUTH = "SERVER_AUTH"; public static final String SERVER = "http://www.pticlic.fr/"; diff --git a/code/serveur/php/jeu.html b/code/serveur/php/jeu.php similarity index 100% rename from code/serveur/php/jeu.html rename to code/serveur/php/jeu.php diff --git a/code/serveur/php/ressources/menu.inc b/code/serveur/php/ressources/menu.inc index 231ce94..6640e8e 100644 --- a/code/serveur/php/ressources/menu.inc +++ b/code/serveur/php/ressources/menu.inc @@ -4,7 +4,7 @@ Accueil Téléchargement - Jouer en ligne + Jouer en ligne Contact