php fix parse error
This commit is contained in:
parent
eb7652416c
commit
6c01de8fc8
|
@ -43,7 +43,6 @@ if(isset($_GET['arena'])){
|
|||
}
|
||||
$hist=get_battles_history($currentArena);
|
||||
|
||||
|
||||
$siteTitle=$currentArenaArr['title'];
|
||||
$siteDescription=$currentArenaArr['metaDescription'];
|
||||
$mainSectionScript="../src/arenas/".$currentArena."/public.php";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<article>
|
||||
<?php
|
||||
echo '<h2>A props de '.htmlentities($_GET['param']).'</h2><p>Inscrit le '.$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>';
|
||||
echo '<h2>A props de '.htmlentities($_GET['params']).'</h2><p>Inscrit le '.$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>';
|
||||
?>
|
||||
</article>
|
Loading…
Reference in New Issue
Block a user