1
0

Base mainpage + base CSS

This commit is contained in:
2017-03-26 17:00:41 +02:00
parent ca17ede359
commit d01a5db0ff
4 changed files with 80 additions and 3 deletions

View File

@ -1,8 +1,5 @@
<?php include '__header.phtml'; ?>
<p>Welkom klant <?= $_SESSION['userid'] ?></p>
<a href="/logout">Uitloggen</a>
<br/>
<pre><?php echo json_encode($klant); ?></pre>
<pre><?php echo json_encode($rekeningen); ?></pre>