diff --git a/install/web.js b/install/web.js index 8beadbf673..af5b168692 100644 --- a/install/web.js +++ b/install/web.js @@ -63,10 +63,13 @@ function welcome(req, res) { }); }); + console.log(req.body); + res.render('install/index', { databases: databases, error: res.locals.error ? true : false, - success: res.locals.success ? true : false + success: res.locals.success ? true : false, + values: req.body }); } @@ -95,7 +98,7 @@ function install(req, res) { } function launch(req, res) { - + } function compileLess(callback) { diff --git a/src/views/install/index.tpl b/src/views/install/index.tpl index 4866745126..beb32f9419 100644 --- a/src/views/install/index.tpl +++ b/src/views/install/index.tpl @@ -57,28 +57,28 @@
- +
- +
- +
- +