forked from halo-battle/game
Version 1.10c
This commit is contained in:
parent
4c9814a99c
commit
2a066a7498
148 changed files with 2174 additions and 134960 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
if(!defined('INDEX')) { header('Location: ../'); exit; }
|
||||
$page = 'rename';
|
||||
$titre = $planete->nom_planete;
|
||||
$titre = htmlentities($planete->nom_planete);
|
||||
|
||||
if (isset($_POST['planete'])) {
|
||||
$nouvNom = trim(str_replace(' ', ' ', $_POST['planete']));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue