Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulcs0082 committed Apr 29, 2020
1 parent c88ca31 commit dd5a41f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/installer/EnvConfig.php
Expand Up @@ -27,11 +27,11 @@
if (empty($_POST['host_name']))
$errors['host_name'] = 'Host Name is required.';

if (empty($_POST['database_name']))
$errors['database_name'] = 'Database Name is required.';
// if (empty($_POST['database_name']))
// $errors['database_name'] = 'Database Name is required.';

if (empty($_POST['user_name']))
$errors['user_name'] = 'User Name is required.';
// if (empty($_POST['user_name']))
// $errors['user_name'] = 'User Name is required.';

if (empty($_POST['port_name']))
$errors['port_name'] = 'Port Name is required.';
Expand Down

0 comments on commit dd5a41f

Please sign in to comment.