introducing rawdata.php for a test
This commit is contained in:
parent
0fbbb43aa4
commit
12cf218916
@ -90,7 +90,7 @@ echo "</tr>";
|
|||||||
<a href="secure.php"><button class="btn btn-info">Back</button></a>
|
<a href="secure.php"><button class="btn btn-info">Back</button></a>
|
||||||
<br/>
|
<br/>
|
||||||
<br>
|
<br>
|
||||||
|
<a href="rawdata.php"><button class="btn btn-black">Raw Data</button></a>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
13
rawdata.php
Normal file
13
rawdata.php
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
echo $_SESSION['userid'];
|
||||||
|
echo "<br />"
|
||||||
|
echo $_SESSION['username'];
|
||||||
|
echo "<br />"
|
||||||
|
echo $_SESSION['email'];
|
||||||
|
echo "<br />"
|
||||||
|
echo $_SESSION['givenName'];
|
||||||
|
echo "<br />"
|
||||||
|
echo $_SESSION['lastName'];
|
||||||
|
echo "<br />"
|
||||||
|
echo $_SESSION['activated'];
|
||||||
|
?>
|
Loading…
x
Reference in New Issue
Block a user