master
Jakob 2020-03-08 03:35:46 +01:00
parent 87aa5d4f1c
commit 2605f766b0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ $id=$_GET['id'];
</div> </div>
<div class="item-2"> <div class="item-2">
<?php <?php
include "./board.php?id=$id"; include("./board.php");
?> ?>
</div> </div>
</div> </div>