Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pqduy committed Dec 22, 2023
1 parent 30c7c77 commit c215bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
if ('localhost' == $subdomain_) {
$user_ = 'root';
$pass_ = '';
'database' => 'localhost',
$subdomain_ = 'localhost';
} else {
$user_ = '';
$pass_ = '';
Expand Down

0 comments on commit c215bd1

Please sign in to comment.