1
0
This repository has been archived on 2017-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
informaticaD4P-2017/templates/index.phtml

12 lines
237 B
PHTML
Raw Normal View History

2017-02-09 06:50:51 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Inforbank</title>
2017-02-09 06:50:51 +00:00
</head>
<body>
<p>Welkom klant <?= $_SESSION['userid'] ?></p>
<a href="/logout">Uitloggen</a>
2017-02-09 06:50:51 +00:00
</body>
</html>