login: templating support for warning message
[minimedit.git] / login.inc.php
index 4d05dedc5fa670d4a20b253df4322a86d334bd6e..9c2a604448b9c52e11a147ad175f9ca7af7cce51 100644 (file)
@@ -1,10 +1,5 @@
 <h2>Inloggen</h2>
 
-<?php
-if (isset($message)) {
-       printf('<p class="warn">%s</p>'."\n\n", $message);
-}
-?>
 <form action="" method="post">
        <input id="login" name="login" placeholder="Gebruikersnaam" value="<?php
                if (isset($_POST['login'])) print htmlspecialchars($_REQUEST['login']);