GMX9 / Crypto-Exchange-PHP

Free crypto exchange built with changenow.io API
GNU General Public License v3.0
87 stars 104 forks source link

Update install.php #14

Open egstar opened 3 years ago

egstar commented 3 years ago

changed the \$config['database']['pass'] = '".$_POST['pass']."'; to \$config['database']['pass'] = '".$_POST['password']."'; as per the input name is password