This commit is contained in:
jekkos
2016-01-13 18:58:40 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ $db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'root';
$db['default']['password'] = '';
$db['default']['database'] = 'ospos';
$db['default']['dbdriver'] = 'mysql';
$db['default']['dbdriver'] = 'mysqli';
$db['default']['dbprefix'] = 'ospos_';
$db['default']['pconnect'] = FALSE;
$db['default']['db_debug'] = TRUE;

View File

@@ -3,7 +3,7 @@
class MY_Lang extends CI_Lang
{
function MY_Lang()
function __construct()
{
parent::__construct();
}