master
Jakob 2020-03-07 20:17:43 +01:00
parent ef30f17dd8
commit 70645db854
1 changed files with 0 additions and 1 deletions

View File

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