Commit dddae4fe authored by Nico Schallehn's avatar Nico Schallehn

test

parent a42543e9
<?php <?php
if(isset($_POST["anmelden"])){ if(isset($_POST["anmelden"])){
$ErrorBox = '<div class="alert alert-success">'.PHP_EOL. if(!(strlen($_POST["api-key"])==10)){
'<strong>Success!</strong> '.$_POST["api-key"].PHP_EOL. $ErrorBox = '<div class="alert alert-danger">'.PHP_EOL.
'<strong>Fehler!</strong> Die Angegebene API-Key '.$_POST["api-key"].' ist ungültig!'.PHP_EOL.
'</div>'.PHP_EOL; '</div>'.PHP_EOL;
}
} }
?> ?>
......
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