commented rawdata.php

This commit is contained in:
Thies Mueller 2021-01-12 17:08:10 +01:00
parent ceae9a70ff
commit 1da4984710

@ -1,4 +1,5 @@
<?php
//this just prints Session data line for line. Its just a quick page to check if everythings in place
session_start();
echo $_SESSION['userid'];
echo "<br />";