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

This commit is contained in:
Georges Dupéron 2011-05-08 17:27:29 +02:00
parent 55fc4e4488
commit ca4980bc6e
3 changed files with 2 additions and 2 deletions

View File

@ -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/";

View File

@ -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