X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/354851302f45fa8b12a15b6f610a32f79cdac450..f38864d3eacdb90d0fd0d2aa7a8bd88ca9974ff1:/login/post/index.php?ds=sidebyside diff --git a/login/post/index.php b/login/post/index.php index c3439a1..e491e35 100644 --- a/login/post/index.php +++ b/login/post/index.php @@ -1,5 +1,7 @@ admin('user') and $username = @$_REQUEST['login']) { try { $user = new User("profile/$username"); } @@ -21,3 +23,9 @@ if ( $password = trim(@file_get_contents("{$user->dir}/.passwd")) ) { } $Place['pass'] = htmlspecialchars($password) ?: 'zelf ingesteld'; } +else { + $Place['pass'] = 'onbekend'; +} + +print ''."\n"; +print $body;