Renomage de jeu.html en jeu.php pour pouvoir générer dynamiquement certaines parties.
This commit is contained in:
parent
55fc4e4488
commit
ca4980bc6e
|
@ -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/";
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user