Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mysqli
  • Loading branch information
bpd01001 committed Nov 13, 2017
1 parent a8ff6b1 commit 0f3418c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/application/config/database.php
Expand Up @@ -79,7 +79,7 @@ $db['default'] = array(
'username' => 'lamp',
'password' => 'lamp',
'database' => 'lamp',
'dbdriver' => 'mysql',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,
'db_debug' => (ENVIRONMENT !== 'production'),
Expand Down

0 comments on commit 0f3418c

Please sign in to comment.