removed s from boards so it is board not boards

master
Jakob 2020-03-07 20:20:21 +01:00
parent 91fc7c9df5
commit 8209d072e6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $id=$_GET['id'];
</head> </head>
<body> <body>
<?php <?php
echo "<a href='%CONTENT_DIR%/boards/post.php?id=$id'><button> Post something </button></a>"; echo "<a href='%CONTENT_DIR%/board/post.php?id=$id'><button> Post something </button></a>";
?> ?>
</body> </body>
</html> </html>