From 4f8a1fcca4420c5218cde24820d1728476b31b37 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 15 Oct 2019 05:17:25 +0200 Subject: [PATCH] login/post: prepend print button --- login/post/index.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- 2.30.0