%s

', $e->getMessage()); return; } $Place['login/name'] = $user->name ?: 'bewoner'; $Place['user'] = $user->login; $Place['title'] = "Login {$user->login}"; if ( $password = trim(@file_get_contents("{$user->dir}/.passwd")) ) { if (substr($password, 0, 1) == '$') { $password = NULL; // hashed } $Place['pass'] = htmlspecialchars($password) ?: 'zelf ingesteld'; } include ($request ?: 'index').'.html';