www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ca4980bc6e9462462b010b799d0aa3f47e4e4a2a
parent 55fc4e4488ca067b4a724bd62f8586604d91abb2
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date:   Sun,  8 May 2011 17:27:29 +0200

Renomage de jeu.html en jeu.php pour pouvoir générer dynamiquement certaines parties.

Diffstat:
Mcode/PtiClic/src/org/pticlic/model/Constant.java | 2+-
Rcode/serveur/php/jeu.html -> code/serveur/php/jeu.php | 0
Mcode/serveur/php/ressources/menu.inc | 2+-
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 diff --git a/code/serveur/php/ressources/menu.inc b/code/serveur/php/ressources/menu.inc @@ -4,7 +4,7 @@ <span id="links"> <a href="index.php">Accueil</a> <a href="download.php">Téléchargement</a> - <a href="jeu.html">Jouer en ligne</a> + <a href="jeu.php">Jouer en ligne</a> <!-- <a href=".php">Créer des parties</a> --> <a href="contact.php">Contact</a> <?php