master
Jakob 2020-03-07 20:16:29 +01:00
parent 01aa3e8a13
commit ef30f17dd8
1 changed files with 1 additions and 1 deletions

View File

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