1
0

Added a proxy for use with index.php/$1 and rewrote redirects to work with sgni.nl

This commit is contained in:
2017-03-29 17:09:21 +02:00
parent 1f9f6478e6
commit cb4a743c2a
8 changed files with 131 additions and 26 deletions

View File

@ -17,14 +17,14 @@
echo " " . $klant['tussenvoegsel'];
}
?> <?= $klant['achternaam'] ?><br/>
<a href="/logout">Uitloggen</a>
<a href="logout">Uitloggen</a>
</div>
</div>
</div>
<div class="menu">
<div class="container">
<ul class="nv">
<li><a href="/">Rekeningen</a></li>
<li><a href="rekeningen">Rekeningen</a></li>
</ul>
</div>
</div>