From: Mischa POSLAWSKY Date: Tue, 15 Oct 2019 03:17:25 +0000 (+0200) Subject: login/post: prepend print button X-Git-Tag: v4.1~29 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/4f8a1fcca4420c5218cde24820d1728476b31b37 login/post: prepend print button --- diff --git a/login/post/index.php b/login/post/index.php index c3439a1..2f6a9f9 100644 --- a/login/post/index.php +++ b/login/post/index.php @@ -1,4 +1,6 @@ dir}/.passwd")) ) { } $Place['pass'] = htmlspecialchars($password) ?: 'zelf ingesteld'; } +else { + $Place['pass'] = 'onbekend'; +} + +print ''."\n"; +print $body;