„threadr/board/default.php“ ändern

master
Jakob 2020-03-08 03:42:32 +01:00
parent f2faa760c4
commit 2e1b28224f
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<?php <?php
echo "<a href='%CONTENT_DIR%/board/post.php?id=$id'><button> Post something </button></a>"; echo "<a href='%CONTENT_DIR%/board/?id=$id&action=post'><button> Post something </button></a>";
?> ?>