From 1da4984710882b935c1e235be0255cc40e2c692c Mon Sep 17 00:00:00 2001 From: Thies Mueller <git@td00.de> Date: Tue, 12 Jan 2021 17:08:10 +0100 Subject: [PATCH] commented rawdata.php --- rawdata.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rawdata.php b/rawdata.php index 59721a1..0bf780e 100644 --- a/rawdata.php +++ b/rawdata.php @@ -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 />";