Commit cee5196d authored by Nico Schallehn's avatar Nico Schallehn

test

parent c68955c6
......@@ -71,7 +71,7 @@ if(isset($_POST["anmelden"])){
<form role="form" method="post">
<div class="form-group">
<label for="email">API-Schlüssel:</label>
<input type="text" maxlength="10" class="form-control" id="api-key" name="api-key">
<input type="text" maxlength="10" class="form-control" id="api-key" name="api-key" value="<?php echo $_POST['api-key']; ?>">
</div>
<div class="checkbox">
<label><input type="checkbox" name="angemeldetbleiben"> Länger angemeldet bleiben (via Cookies)</label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment