diff options
Diffstat (limited to 'installer/web.php')
-rw-r--r-- | installer/web.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/web.php b/installer/web.php index cfae7a33..47d60a34 100644 --- a/installer/web.php +++ b/installer/web.php @@ -55,6 +55,8 @@ if (installer::already_installed()) { try { list ($user, $password) = installer::create_admin($config); $content = render("success.html.php", array("user" => $user, "password" => $password)); + + installer::create_private_key(); } catch (Exception $e) { $content = oops($e->getMessage()); } |