We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f3153 commit 5b2e20fCopy full SHA for 5b2e20f
public_html/install/controller/pages/install.php
@@ -56,7 +56,7 @@ public function main()
56
57
if ($this->request->is_POST()){
58
//this data becomes escaped. We need to write it into file as constant. Revert back into as-is view
59
- $this->request->post['password'] = html_entity_decode($this->request->post['password']);
+ $this->request->post['db_password'] = html_entity_decode($this->request->post['db_password']);
60
if($this->_validate()) {
61
$this->session->data['install_step_data'] = $this->request->post;
62
redirect(HTTP_SERVER.'index.php?rt=install&runlevel=1');
0 commit comments