This commit is contained in:
jekkos committed 2016-01-13 18:58:40 +01:00
commit b5cc1542b6
2 files changed
+2 -2

No files matched your search

+1 -1
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;
+1 -1
View File
@@ -3,7 +3,7 @@
class MY_Lang extends CI_Lang
{
function MY_Lang()
function __construct()
{
parent::__construct();
}