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